[vlc-commits] Fix typos

Rémi Denis-Courmont git at videolan.org
Tue Feb 15 21:50:00 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 15 22:49:51 2011 +0200| [c74c0668efb356ae7f7afa6e6a1bcfc54a43fa6e] | committer: Rémi Denis-Courmont

Fix typos

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

 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 c4cecce..965166a 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -662,9 +662,9 @@ static const entry_t p_list_video[] = {
 
     B(VLC_CODEC_RGB8, "8 bits RGB"),
         A("RGB2"),
-    B(VLC_CODEC_RGB15, "12 bits RGB"),
+    B(VLC_CODEC_RGB12, "12 bits RGB"),
         A("RV12"),
-    B(VLC_CODEC_RGB15, "16 bits RGBA"),
+    B(VLC_CODEC_RGBA16, "16 bits RGBA"),
         A("AV16"),
     B(VLC_CODEC_RGB15, "15 bits RGB"),
         A("RV15"),



More information about the vlc-commits mailing list