Commit 4b48516d authored by Felix Abecassis's avatar Felix Abecassis Committed by Rémi Denis-Courmont

fourcc: fix empty initializer

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent a580223d
......@@ -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
......
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