]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210dec.c
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
[ffmpeg] / libavcodec / v210dec.c
index 103e136bfafeec4423e8a90ea29e0a3c1f04564c..d508ce8ea0dbc9a3e37d887e310314514268b4a7 100644 (file)
@@ -172,7 +172,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
 #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,
-     {.dbl = 0}, INT_MIN, INT_MAX, V210DEC_FLAGS},
+     {.i64 = 0}, INT_MIN, INT_MAX, V210DEC_FLAGS},
     {NULL}
 };