[FFmpeg-cvslog] Cosmentics: Fix AVUI comment.

Carl Eugen Hoyos git at videolan.org
Thu Feb 2 18:46:33 CET 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Feb  2 18:44:39 2012 +0100| [af0f8c09cc8dc41d5623c6e4508a964699910d56] | committer: Carl Eugen Hoyos

Cosmentics: Fix AVUI comment.

The codec contains no alpha information but deinterleaved interlaced video.

Found by Maksym Veremeyenko.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af0f8c09cc8dc41d5623c6e4508a964699910d56
---

 libavformat/isom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index eb06a43..1228d56 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -71,7 +71,7 @@ const AVCodecTag codec_movvideo_tags[] = {
 
     { CODEC_ID_RAWVIDEO, MKTAG('r', 'a', 'w', ' ') }, /* Uncompressed RGB */
     { CODEC_ID_RAWVIDEO, 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') }, /* AVID Uncompressed deinterleaved UYVY422 */
     { CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') }, /* UNCOMPRESSED 8BIT 4:2:2 */
     { CODEC_ID_RAWVIDEO, MKTAG('y', 'u', 'v', 's') }, /* same as 2vuy but byte swapped */
 



More information about the ffmpeg-cvslog mailing list