X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftxd.c;h=9e02d874adfc0d940ae6e53090047573cfc4001a;hb=a9a1bc56abf1fa79104996bf7b98b12ca42cd32c;hp=f6060330ba8c91faf775f4a4e853da36262d0713;hpb=b286383bd2b13fdf59aecdb23d8514323460483b;p=ffmpeg diff --git a/libavformat/txd.c b/libavformat/txd.c index f6060330ba8..9e02d874adf 100644 --- a/libavformat/txd.c +++ b/libavformat/txd.c @@ -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 */