Commit 5d8f52cd authored by Sam Hocevar's avatar Sam Hocevar Committed by Jean-Baptiste Kempf

Fix a typo in the fourcc definition list affecting I444.

(cherry picked from commit 8e34ab46a299beaf465db2913588e08748365751)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 87802f4c
......@@ -694,7 +694,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