]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/jacosubdec.c
ffplay: get rid of void casts in the option table
[ffmpeg] / libavformat / jacosubdec.c
index cc4b978daebfbfd2ee2440334f8925b1a0ba6e9f..f9defd292d4eac501c8a94e330d593e44beb3aff 100644 (file)
@@ -166,7 +166,7 @@ static int jacosub_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_JACOSUB;
+    st->codec->codec_id   = AV_CODEC_ID_JACOSUB;
 
     jacosub->timeres = 30;