[vlc-commits] Fix a typo in the fourcc definition list affecting I444.

Sam Hocevar git at videolan.org
Thu Mar 1 12:28:02 CET 2012


vlc/vlc-2.0 | branch: master | Sam Hocevar <sam at hocevar.net> | Sun Oct 17 19:28:56 2010 +0200| [5d8f52cd0d4cc169de4da52c0ee0193e218b24c4] | committer: Jean-Baptiste Kempf

Fix a typo in the fourcc definition list affecting I444.
(cherry picked from commit 8e34ab46a299beaf465db2913588e08748365751)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=5d8f52cd0d4cc169de4da52c0ee0193e218b24c4
---

 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 c354382..9410d77 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -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"),



More information about the vlc-commits mailing list