提交 d3f76612 编写于 作者: S Stefano Sabatini

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

Originally committed as revision 17812 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 70e01da3
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册