Commit 930226cf authored by Michael Niedermayer's avatar Michael Niedermayer

crystalhd: fix missing braces warning

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ab796ded
......@@ -153,7 +153,7 @@ static const AVOption options[] = {
{ "crystalhd_downscale_width",
"Turn on downscaling to the specified width",
offsetof(CHDContext, sWidth),
AV_OPT_TYPE_INT, 0, 0, UINT32_MAX,
AV_OPT_TYPE_INT, {.i64 = 0}, 0, UINT32_MAX,
AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM, },
{ NULL, },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment