[SCM] libav/experimental: AVPixFmtDescriptor doxy

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:39:20 UTC 2013


The following commit has been merged in the experimental branch:
commit d3bcbf57a9f4b6d9b48524522fb05b553f786312
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Feb 24 01:12:25 2009 +0000

    AVPixFmtDescriptor doxy
    
    Originally committed as revision 17549 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/pixdesc.h b/libavcodec/pixdesc.h
index 883ad5c..e9a8315 100644
--- a/libavcodec/pixdesc.h
+++ b/libavcodec/pixdesc.h
@@ -31,6 +31,14 @@ typedef struct AVComponentDescriptor{
     uint16_t depth_minus1 :4;            ///< number of bits in the component minus 1
 }AVComponentDescriptor;
 
+/**
+ * Descriptor that unambigously describes how the bits of a pixel are
+ * stored in the up to 4 data planes of an image. It also stores the
+ * subsampling factors and number of components.
+ *
+ * @note This is seperate of the colorspace (RGB, YCbCr, YPbPr, jpeg style YUV and all the YUV variants)
+ *       AVPixFmtDescripto just stores how values are stored not what these values represent.
+ */
 typedef struct AVPixFmtDescriptor{
     uint8_t nb_channels;        ///< The number of components each pixel has, (1-4)
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list