[FFmpeg-cvslog] lavf/riff: Fix a comment.

Carl Eugen Hoyos git at videolan.org
Fri Oct 18 19:36:51 CEST 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Oct 18 19:35:03 2013 +0200| [6e65e3483706d969d176909fae9e216919f59277] | committer: Carl Eugen Hoyos

lavf/riff: Fix a comment.

FourCC aivx refers to (Sony) XAVC, not (Panasonic) AVC-Intra.
Spotted by Kieran Kunhya and Vincent Olivier.

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

 libavformat/isom.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index a8ff01d..112fbb3 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -167,7 +167,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '3') }, /* AVC-Intra 100M 1080p24/30/60 */
     { AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '5') }, /* AVC-Intra 100M 1080i50 */
     { AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '6') }, /* AVC-Intra 100M 1080i60 */
-    { AV_CODEC_ID_H264, MKTAG('a', 'i', 'v', 'x') }, /* AVC-Intra 200M 4kp24 */
+    { AV_CODEC_ID_H264, MKTAG('a', 'i', 'v', 'x') }, /* XAVC 4:2:2 10bit */
     { AV_CODEC_ID_H264, MKTAG('A', 'V', 'i', 'n') }, /* AVC-Intra with implicit SPS/PPS */
 
     { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', '1', 'v', '1') }, /* Apple MPEG-1 Camcorder */



More information about the ffmpeg-cvslog mailing list