From: Kaarlo Raiha Date: Sun, 15 Aug 2010 15:54:59 +0000 (+0300) Subject: Change RGB2 to RGB8 X-Git-Tag: 1.2.0-pre1~5198 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=098df76ff5ea0cd087a36ec67021607de2e3a49c Change RGB2 to RGB8 Signed-off-by: RĂ©mi Duraffort --- diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h index fd7d24a861..f36651f99e 100644 --- a/include/vlc_fourcc.h +++ b/include/vlc_fourcc.h @@ -148,7 +148,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 */