X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftxd.c;h=0e25458c8602cb336b1ac420a184beacb246dab6;hb=686959e87e377c0494da636640e36779dd985c30;hp=da1f5c1e20c4fa36c437e7ec7cac8d0f5cc59b7d;hpb=ffb5a0d533498102c31aa131bc91a4cce868b0a8;p=ffmpeg diff --git a/libavcodec/txd.c b/libavcodec/txd.c index da1f5c1e20c..0e25458c860 100644 --- a/libavcodec/txd.c +++ b/libavcodec/txd.c @@ -89,7 +89,7 @@ static int txd_decode_frame(AVCodecContext *avctx, void *data, int *data_size, return -1; } - p->pict_type = FF_I_TYPE; + p->pict_type = AV_PICTURE_TYPE_I; ptr = p->data[0]; stride = p->linesize[0];