mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 09:41:17 +08:00
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)
Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
8d170f0efa
commit
e8b478c131
@@ -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 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user