vlc/vlc-1.1 | branch: master | Kaarlo Raiha <[email protected]> | Sun Aug 15 18:54:59 2010 +0300| [3ac4c5e700d8dd36296eff75db69c04878516de7] | committer: Rémi Duraffort
Change RGB2 to RGB8 Signed-off-by: Rémi Duraffort <[email protected]> (cherry picked from commit 098df76ff5ea0cd087a36ec67021607de2e3a49c) Signed-off-by: Rémi Duraffort <[email protected]> > 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 */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
