mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
crystalhd: fix missing braces warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ab796ded75
commit
930226cf52
@ -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, },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user