[vlc-devel] [PATCH 09/12] fourcc: MSVC does not support an empty structure expression during initialization.
Felix Abecassis
felix.abecassis at gmail.com
Fri Nov 29 17:43:10 CET 2013
---
src/misc/fourcc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 5cd04fd..8cd821a 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -2004,7 +2004,7 @@ static const struct
VLC_CODEC_VDPAU_VIDEO_444,
VLC_CODEC_VDPAU_OUTPUT, 0 }, FAKE_FMT() },
- { {0}, { 0, {}, 0, 0 } }
+ { {0}, { 0, { 0 }, 0, 0 } }
};
#undef PACKED_FMT
--
1.7.9
More information about the vlc-devel
mailing list