提交 e8b478c1 编写于 作者: S Sebastien Bechet 提交者: Michael Niedermayer

I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)

Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 8d170f0e
......@@ -32,6 +32,7 @@ typedef struct PixleFormatTag {
const PixelFormatTag pixelFormatTags[] = {
{ PIX_FMT_YUV422, MKTAG('Y', '4', '2', '2') },
{ PIX_FMT_YUV420P, MKTAG('I', '4', '2', '0') },
{ -1, 0 },
};
......
......@@ -139,6 +139,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_CYUV, MKTAG('C', 'Y', 'U', 'V') },
{ CODEC_ID_CYUV, MKTAG('c', 'y', 'u', 'v') },
{ CODEC_ID_RAWVIDEO, MKTAG('Y', '4', '2', '2') },
{ CODEC_ID_RAWVIDEO, MKTAG('I', '4', '2', '0') },
{ 0, 0 },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册