diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-23 20:14:47 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-23 20:14:47 +0000 |
commit | 60fa95683df6c17939bb43d83edc724e7819b864 (patch) | |
tree | 93625fc6e1169b0e6a7e492cba6d9d27d4979f7e /libavutil/pixdesc.h | |
parent | 4c66e8849bfe2a569bee15919219ed90c494c4c5 (diff) | |
download | ffmpeg-60fa95683df6c17939bb43d83edc724e7819b864.tar.gz |
Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.
Originally committed as revision 20592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/pixdesc.h')
-rw-r--r-- | libavutil/pixdesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index 7acab9372e..c8743487c9 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -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. |