X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_fourcc.h;fp=include%2Fvlc_fourcc.h;h=f36651f99e486ecb1c7494852632a3465a33d00f;hb=8e1671820b7e13c25028548cc7c9a41bc753dc09;hp=fd7d24a861fa4ff6115b447bdbd711589d59061e;hpb=e89582162ed896d50a2e292e51c335ee26a7a9c1;p=vlc 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 */