]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/txd.c
ffplay: get rid of void casts in the option table
[ffmpeg] / libavformat / txd.c
index f6060330ba8c91faf775f4a4e853da36262d0713..9e02d874adfc0d940ae6e53090047573cfc4001a 100644 (file)
@@ -44,7 +44,7 @@ static int txd_read_header(AVFormatContext *s) {
     if (!st)
         return AVERROR(ENOMEM);
     st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
-    st->codec->codec_id = CODEC_ID_TXD;
+    st->codec->codec_id = AV_CODEC_ID_TXD;
     st->codec->time_base.den = 5;
     st->codec->time_base.num = 1;
     /* the parameters will be extracted from the compressed bitstream */