X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fpixdesc.h;h=217524678593c5732f3f461377c79619571d4964;hb=e191f1f4141aec6b40d12af4835844deca134a1e;hp=f0de9981ec7ab3f39aadeed5c13032d26f6f6b7d;hpb=5f268ca5c57f3ad3050b58f513651c17304d3653;p=ffmpeg diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index f0de9981ec7..21752467859 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -87,6 +87,8 @@ typedef struct AVPixFmtDescriptor{ #define PIX_FMT_PAL 2 ///< Pixel format has a palette in data[1], values are indexes in this palette. #define PIX_FMT_BITSTREAM 4 ///< All values of a component are bit-wise packed end to end. #define PIX_FMT_HWACCEL 8 ///< Pixel format is an HW accelerated format. +#define PIX_FMT_PLANAR 16 ///< At least one pixel component is not in the first data plane +#define PIX_FMT_RGB 32 ///< The pixel format contains RGB-like data (as opposed to YUV/grayscale) /** * The array of all the pixel format descriptors.