[vlc-commits] Fix a typo in the fourcc definition list affecting I444.
Sam Hocevar
git at videolan.org
Thu Mar 1 00:24:18 CET 2012
vlc | branch: master | Sam Hocevar <sam at hocevar.net> | Sun Oct 17 19:28:56 2010 +0200| [8e34ab46a299beaf465db2913588e08748365751] | committer: Sam Hocevar
Fix a typo in the fourcc definition list affecting I444.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e34ab46a299beaf465db2913588e08748365751
---
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 6c68d2d..62f8ba9 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -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"),
More information about the vlc-commits
mailing list