[FFmpeg-devel] [PATCH]Fix AVUI comment
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Feb 2 14:53:49 CET 2012
Hi!
If the AVUI mapping in libavcodec/raw.c is correct, the demuxer comment
is wrong.
Found by Maksym Veremeyenko
Please comment, Carl Eugen
-------------- next part --------------
diff --git a/libavformat/isom.c b/libavformat/isom.c
index eb06a43..05d7d9b 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 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-devel
mailing list