X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_fourcc.h;h=f36651f99e486ecb1c7494852632a3465a33d00f;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=be622c0eb40dd5031767cc5efe277a1a44245652;hpb=8bfc50dd00a10aebd3dfdc1d8f176a918f9331b3;p=vlc diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h index be622c0eb4..f36651f99e 100644 --- a/include/vlc_fourcc.h +++ b/include/vlc_fourcc.h @@ -113,6 +113,8 @@ #define VLC_CODEC_FRWU VLC_FOURCC('F','R','W','U') #define VLC_CODEC_AMV VLC_FOURCC('A','M','V',' ') #define VLC_CODEC_INDEO5 VLC_FOURCC('I','V','5','0') +#define VLC_CODEC_VP8 VLC_FOURCC('V','P','8','0') +#define VLC_CODEC_JPEG2000 VLC_FOURCC('J','P','2','K') /* Planar YUV 4:1:0 Y:V:U */ @@ -146,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 */ @@ -401,7 +403,7 @@ VLC_EXPORT( bool, vlc_fourcc_IsYUV, ( vlc_fourcc_t ) ); VLC_EXPORT( bool, vlc_fourcc_AreUVPlanesSwapped, (vlc_fourcc_t , vlc_fourcc_t ) ); /** - * Chroma related informations. + * Chroma related information. */ typedef struct { unsigned plane_count;