[FFmpeg-cvslog] isom: map xalg and avlg to h264, fixes ticket #6099

compn git at videolan.org
Wed Jan 25 06:48:09 EET 2017


ffmpeg | branch: master | compn <tempn at mi.rr.com> | Tue Jan 24 23:46:38 2017 -0500| [5316ed899f35e2f8c99720ad27516edac0e00d6b] | committer: compn

isom: map xalg and avlg to h264, fixes ticket #6099

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

 libavformat/isom.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 13ceef0..af69e8e 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -182,6 +182,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_H264, MKTAG('A', 'V', 'i', 'n') }, /* AVC-Intra with implicit SPS/PPS */
     { AV_CODEC_ID_H264, MKTAG('a', 'i', 'v', 'x') }, /* XAVC 10-bit 4:2:2 */
     { AV_CODEC_ID_H264, MKTAG('r', 'v', '6', '4') }, /* X-Com Radvision */
+    { AV_CODEC_ID_H264, MKTAG('x', 'a', 'l', 'g') }, /* XAVC-L HD422 produced by FCP */
+    { AV_CODEC_ID_H264, MKTAG('a', 'v', 'l', 'g') }, /* Panasonic P2 AVC-LongG */
 
     { AV_CODEC_ID_VP9,  MKTAG('v', 'p', '0', '9') }, /* VP9 */
 



More information about the ffmpeg-cvslog mailing list