]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210dec.c
Merge commit '069713aa4b137781e270768d803b1f7456daa724'
[ffmpeg] / libavcodec / v210dec.c
index ab4bdcd377285b1ba438355a360162a8337eb284..12d5d5407f91a27cdb47a284b10a2042c6351ce2 100644 (file)
@@ -160,7 +160,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
 
 #define V210DEC_FLAGS AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM
 static const AVOption v210dec_options[] = {
-    {"custom_stride", "Custom V210 stride", offsetof(V210DecContext, custom_stride), FF_OPT_TYPE_INT,
+    {"custom_stride", "Custom V210 stride", offsetof(V210DecContext, custom_stride), AV_OPT_TYPE_INT,
      {.i64 = 0}, INT_MIN, INT_MAX, V210DEC_FLAGS},
     {NULL}
 };