mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
vfilter/vf_scale: avoid using "{}"
Should fix compile issues with MSVC Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
953c7550f8
commit
1f7acf3cff
@ -190,7 +190,7 @@ static int query_formats(AVFilterContext *ctx)
|
|||||||
static const int *parse_yuv_type(const char *s, enum AVColorSpace colorspace)
|
static const int *parse_yuv_type(const char *s, enum AVColorSpace colorspace)
|
||||||
{
|
{
|
||||||
const static int32_t yuv2rgb_coeffs[8][4] = {
|
const static int32_t yuv2rgb_coeffs[8][4] = {
|
||||||
{},
|
{ 117504, 138453, 13954, 34903 },
|
||||||
{ 117504, 138453, 13954, 34903 }, /* ITU-R Rec. 709 (1990) */
|
{ 117504, 138453, 13954, 34903 }, /* ITU-R Rec. 709 (1990) */
|
||||||
{ 104597, 132201, 25675, 53279 }, /* unspecified */
|
{ 104597, 132201, 25675, 53279 }, /* unspecified */
|
||||||
{ 104597, 132201, 25675, 53279 }, /* reserved */
|
{ 104597, 132201, 25675, 53279 }, /* reserved */
|
||||||
|
Loading…
Reference in New Issue
Block a user