~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to ffmpeg/libavutil/pixdesc.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
#define PIX_FMT_PAL       2 ///< Pixel format has a palette in data[1], values are indexes in this palette.
88
88
#define PIX_FMT_BITSTREAM 4 ///< All values of a component are bit-wise packed end to end.
89
89
#define PIX_FMT_HWACCEL   8 ///< Pixel format is an HW accelerated format.
 
90
#define PIX_FMT_PLANAR   16 ///< At least one pixel component is not in the first data plane
 
91
#define PIX_FMT_RGB      32 ///< The pixel format contains RGB-like data (as opposed to YUV/grayscale)
90
92
 
91
93
/**
92
94
 * The array of all the pixel format descriptors.