mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 20:36:47 +08:00
Fix typo: "i" -> "in".
Originally committed as revision 17812 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -63,7 +63,7 @@ typedef struct AVPixFmtDescriptor{
|
|||||||
}AVPixFmtDescriptor;
|
}AVPixFmtDescriptor;
|
||||||
|
|
||||||
#define PIX_FMT_BE 1 ///< big-endian
|
#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.
|
#define PIX_FMT_BITSTREAM 4 ///< All values of a component are bit-wise packed end to end.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user