[SCM] libav/experimental: partial avid meridien uncompressed support
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:57:11 UTC 2013
The following commit has been merged in the experimental branch:
commit b0c59da2345beffbe6ca8fd5bc5fe459c3633fb5
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Sat Mar 3 14:11:45 2007 +0000
partial avid meridien uncompressed support
Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/raw.c b/libavcodec/raw.c
index 36b10d3..2687798 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 },
};
diff --git a/libavformat/mov.c b/libavformat/mov.c
index bd16cac..c2feb87 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -70,7 +70,7 @@ static const AVCodecTag mov_video_tags[] = {
/* { CODEC_ID_, MKTAG('c', 'v', 'i', 'd') }, *//* Cinepak */
{ CODEC_ID_RAWVIDEO, MKTAG('r', 'a', 'w', ' ') }, /* Uncompressed RGB */
/* { CODEC_ID_H263, MKTAG('Y', 'u', 'v', '2') }, *//* Uncompressed YUV422 */
-/* { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, *//* YUV with alpha-channel (AVID Uncompressed) */
+ { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, /* YUV with alpha-channel (AVID Uncompressed) */
/* Graphics */
/* Animation */
/* Apple video */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list