aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_scale.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-21 04:47:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-21 04:47:09 +0200
commit1f7acf3cff0627c38f26f5a749389e156ab1fad0 (patch)
treeb9fbdc72a65aa25d2cc36fa3d48480af9873d05a /libavfilter/vf_scale.c
parent953c7550f832deaf7bec6c2451a9d23706261154 (diff)
downloadandroid_external_ffmpeg-1f7acf3cff0627c38f26f5a749389e156ab1fad0.tar.gz
android_external_ffmpeg-1f7acf3cff0627c38f26f5a749389e156ab1fad0.tar.bz2
android_external_ffmpeg-1f7acf3cff0627c38f26f5a749389e156ab1fad0.zip
vfilter/vf_scale: avoid using "{}"
Should fix compile issues with MSVC Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_scale.c')
-rw-r--r--libavfilter/vf_scale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c
index 8835ad2dc9..8d8351b900 100644
--- a/libavfilter/vf_scale.c
+++ b/libavfilter/vf_scale.c
@@ -190,7 +190,7 @@ static int query_formats(AVFilterContext *ctx)
static const int *parse_yuv_type(const char *s, enum AVColorSpace colorspace)
{
const static int32_t yuv2rgb_coeffs[8][4] = {
- {},
+ { 117504, 138453, 13954, 34903 },
{ 117504, 138453, 13954, 34903 }, /* ITU-R Rec. 709 (1990) */
{ 104597, 132201, 25675, 53279 }, /* unspecified */
{ 104597, 132201, 25675, 53279 }, /* reserved */