[vlc-commits] commit: Change RGB2 to RGB8 (Kaarlo Raiha )

git at videolan.org git at videolan.org
Sat Oct 30 19:39:46 CEST 2010


vlc/vlc-1.1 | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sun Aug 15 18:54:59 2010 +0300| [3ac4c5e700d8dd36296eff75db69c04878516de7] | committer: Rémi Duraffort 

Change RGB2 to RGB8

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
(cherry picked from commit 098df76ff5ea0cd087a36ec67021607de2e3a49c)

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>

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

 include/vlc_fourcc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index d3e52e2..4cb12de 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -147,7 +147,7 @@
 /* Palettized RGB with palette element R:G:B */
 #define VLC_CODEC_RGBP      VLC_FOURCC('R','G','B','P')
 /* 8 bits RGB */
-#define VLC_CODEC_RGB8      VLC_FOURCC('R','G','B','2')
+#define VLC_CODEC_RGB8      VLC_FOURCC('R','G','B','8')
 /* 15 bits RGB stored on 16 bits */
 #define VLC_CODEC_RGB15     VLC_FOURCC('R','V','1','5')
 /* 16 bits RGB store on a 16 bits */



More information about the vlc-commits mailing list