Commit 6505d4ea authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

fourcc: add missing initializers

parent 118d418c
......@@ -2068,9 +2068,9 @@ static const struct
{ { VLC_CODEC_VDPAU_VIDEO_420, VLC_CODEC_VDPAU_VIDEO_422,
VLC_CODEC_VDPAU_VIDEO_444,
VLC_CODEC_VDPAU_OUTPUT,
VLC_CODEC_ANDROID_OPAQUE, 0 }, FAKE_FMT() },
VLC_CODEC_ANDROID_OPAQUE, 0 }, FAKE_FMT() },
{ {0}, { 0, { 0 }, 0, 0 } }
{ { 0 }, FAKE_FMT() }
};
#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