Commit 8e34ab46 authored by Sam Hocevar's avatar Sam Hocevar

Fix a typo in the fourcc definition list affecting I444.

parent 96f34586
......@@ -698,7 +698,7 @@ static const entry_t p_list_video[] = {
A("IYUV"),
B(VLC_CODEC_I422, "Planar 4:2:2 YUV"),
A("I422"),
B(VLC_CODEC_I444, "Planar 4:4:0 YUV"),
B(VLC_CODEC_I440, "Planar 4:4:0 YUV"),
A("I440"),
B(VLC_CODEC_I444, "Planar 4:4:4 YUV"),
A("I444"),
......
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