Browse Source

Fix typo: "i" -> "in".

Originally committed as revision 17812 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
d3f766124a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/pixdesc.h

+ 1
- 1
libavcodec/pixdesc.h View File

@@ -63,7 +63,7 @@ typedef struct AVPixFmtDescriptor{
}AVPixFmtDescriptor;

#define PIX_FMT_BE 1 ///< big-endian
#define PIX_FMT_PAL 2 ///< Pixel format has a palette i data[1], values are indexes in this palette.
#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.




Loading…
Cancel
Save