From b52421940f5c764237d484c5d578ebc2b1c136c5 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 12 Mar 2013 15:56:52 +0100 Subject: lavf: add AV_ to two remaining CODEC_ID_*. --- libavformat/tedcaptionsdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/tedcaptionsdec.c') diff --git a/libavformat/tedcaptionsdec.c b/libavformat/tedcaptionsdec.c index 85bed0a9ac..048ba96981 100644 --- a/libavformat/tedcaptionsdec.c +++ b/libavformat/tedcaptionsdec.c @@ -295,7 +295,7 @@ static av_cold int tedcaptions_read_header(AVFormatContext *avf) if (!st) return AVERROR(ENOMEM); st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE; - st->codec->codec_id = CODEC_ID_TEXT; + st->codec->codec_id = AV_CODEC_ID_TEXT; avpriv_set_pts_info(st, 64, 1, 1000); st->probe_packets = 0; st->start_time = 0; -- cgit v1.2.3