X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcrystalhd.c;h=833b8d97faaac064a4b1bca694cd744ed1855964;hb=971701d4fc01ff756c41f3fd451fe776e7ec94f4;hp=173f35607d958e62e829888c80cde6a18007c039;hpb=ff96098084542c3ef98b360f70583999433d13a7;p=ffmpeg diff --git a/libavcodec/crystalhd.c b/libavcodec/crystalhd.c index 173f35607d9..833b8d97faa 100644 --- a/libavcodec/crystalhd.c +++ b/libavcodec/crystalhd.c @@ -150,7 +150,7 @@ static const AVOption options[] = { { "crystalhd_downscale_width", "Turn on downscaling to the specified width", offsetof(CHDContext, sWidth), - FF_OPT_TYPE_INT, 0, 0, UINT32_MAX, + AV_OPT_TYPE_INT, 0, 0, UINT32_MAX, AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM, }, { NULL, }, };