]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/crystalhd.c
Fix incorrect increment in sgidec.c
[ffmpeg] / libavcodec / crystalhd.c
index 173f35607d958e62e829888c80cde6a18007c039..833b8d97faaac064a4b1bca694cd744ed1855964 100644 (file)
@@ -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, },
 };