Commit 3a0e0dd9 authored by stefano's avatar stefano

Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20592 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ae9c2e06
......@@ -84,7 +84,7 @@ typedef struct AVPixFmtDescriptor{
AVComponentDescriptor comp[4];
}AVPixFmtDescriptor;
#define PIX_FMT_BE 1 ///< big-endian
#define PIX_FMT_BE 1 ///< Pixel format is big-endian.
#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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment