[vlc-devel] commit: Fix harmless typo (Gildas Bazin )

git version control git at videolan.org
Mon Feb 8 19:11:15 CET 2010


vlc | branch: master | Gildas Bazin <gbazin at videolan.org> | Mon Feb  8 08:37:31 2010 +0000| [3798efd9241d754339775a29c7edc8c846307d98] | committer: Gildas Bazin 

Fix harmless typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3798efd9241d754339775a29c7edc8c846307d98
---

 src/misc/fourcc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index c3daddf..6c34d79 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -611,10 +611,10 @@ static const entry_t p_list_video[] = {
     B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
         A("YV12"),
         A("yv12"),
-    B(VLC_CODEC_I420, "Planar 4:1:0 YUV"),
+    B(VLC_CODEC_I410, "Planar 4:1:0 YUV"),
         A("I410"),
         A("YVU9"),
-    B(VLC_CODEC_I420, "Planar 4:1:1 YUV"),
+    B(VLC_CODEC_I411, "Planar 4:1:1 YUV"),
         A("I411"),
     B(VLC_CODEC_I420, "Planar 4:2:0 YUV"),
         A("I420"),




More information about the vlc-devel mailing list