diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-03 14:11:45 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-03 14:11:45 +0000 |
commit | b0c59da2345beffbe6ca8fd5bc5fe459c3633fb5 (patch) | |
tree | 665e203520146b99075cf55322c4eedbd410f438 /libavcodec/raw.c | |
parent | 3217cb424c476180ae16d89d359ebed792a03aae (diff) | |
download | ffmpeg-b0c59da2345beffbe6ca8fd5bc5fe459c3633fb5.tar.gz |
partial avid meridien uncompressed support
Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/raw.c')
-rw-r--r-- | libavcodec/raw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/raw.c b/libavcodec/raw.c index 36b10d321e..2687798034 100644 --- a/libavcodec/raw.c +++ b/libavcodec/raw.c @@ -59,6 +59,7 @@ static const PixelFormatTag pixelFormatTags[] = { /* quicktime */ { PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') }, + { PIX_FMT_UYVY422, MKTAG('A', 'V', 'U', 'I') }, /* FIXME merge both fields */ { -1, 0 }, }; |