]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ingenientdec.c
ffplay: get rid of void casts in the option table
[ffmpeg] / libavformat / ingenientdec.c
index f595a7e87fa526e9ccc4ef75bd20fb3e71351066..94c549c711ce92f9954eb2e18de15d9bffe94905 100644 (file)
@@ -61,6 +61,6 @@ AVInputFormat ff_ingenient_demuxer = {
     .read_packet    = ingenient_read_packet,
     .flags          = AVFMT_GENERIC_INDEX,
     .extensions     = "cgi", // FIXME
-    .raw_codec_id   = CODEC_ID_MJPEG,
+    .raw_codec_id   = AV_CODEC_ID_MJPEG,
     .priv_class     = &ingenient_demuxer_class,
 };