X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_fourcc.h;h=fd7d24a861fa4ff6115b447bdbd711589d59061e;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=e28c42bde2b6bd5621f03141d520bb0bbb0b3014;hpb=889482503f86645c39960f7cfc1e4dcdbbc43e1c;p=vlc diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h index e28c42bde2..fd7d24a861 100644 --- a/include/vlc_fourcc.h +++ b/include/vlc_fourcc.h @@ -114,6 +114,7 @@ #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 */ @@ -402,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;