vlc | branch: master | Kaarlo Raiha <[email protected]> | Sun Aug 15 18:54:59 2010 +0300| [098df76ff5ea0cd087a36ec67021607de2e3a49c] | committer: Rémi Duraffort
Change RGB2 to RGB8 Signed-off-by: Rémi Duraffort <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=098df76ff5ea0cd087a36ec67021607de2e3a49c --- 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 fd7d24a..f36651f 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 */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
