Commit c8d1b980 authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1710 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e82b525e
...@@ -32,6 +32,7 @@ typedef struct PixleFormatTag { ...@@ -32,6 +32,7 @@ typedef struct PixleFormatTag {
const PixelFormatTag pixelFormatTags[] = { const PixelFormatTag pixelFormatTags[] = {
{ PIX_FMT_YUV422, MKTAG('Y', '4', '2', '2') }, { PIX_FMT_YUV422, MKTAG('Y', '4', '2', '2') },
{ PIX_FMT_YUV420P, MKTAG('I', '4', '2', '0') },
{ -1, 0 }, { -1, 0 },
}; };
......
...@@ -139,6 +139,7 @@ const CodecTag codec_bmp_tags[] = { ...@@ -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_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('Y', '4', '2', '2') },
{ CODEC_ID_RAWVIDEO, MKTAG('I', '4', '2', '0') },
{ 0, 0 }, { 0, 0 },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment