[SCM] libav/experimental: Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:54:48 UTC 2013


The following commit has been merged in the experimental branch:
commit 60fa95683df6c17939bb43d83edc724e7819b864
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Nov 23 20:14:47 2009 +0000

    Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.
    
    Originally committed as revision 20592 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index 7acab93..c874348 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.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list