]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/subviewerdec.c
avrndec: add DR1 capability flag
[ffmpeg] / libavformat / subviewerdec.c
index ac68fc151ddfc204d68229c9394a4754b1d37779..e708a2862181f4b476f9ed69a59779f00f7119f4 100644 (file)
@@ -76,7 +76,7 @@ static int subviewer_read_header(AVFormatContext *s)
         return AVERROR(ENOMEM);
     avpriv_set_pts_info(st, 64, 1, 100);
     st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE;
-    st->codec->codec_id   = CODEC_ID_SUBVIEWER;
+    st->codec->codec_id   = AV_CODEC_ID_SUBVIEWER;
 
     av_bprint_init(&header, 0, AV_BPRINT_SIZE_UNLIMITED);