summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorcompn <tempn@mi.rr.com>2017-01-24 23:46:38 -0500
committercompn <tempn@mi.rr.com>2017-01-24 23:46:38 -0500
commit5316ed899f35e2f8c99720ad27516edac0e00d6b (patch)
tree657170a4d28bcd889938fcd4bc284c26155eba0f /libavformat/isom.c
parent2080bc33717955a0e4268e738acf8c1eeddbf8cb (diff)
isom: map xalg and avlg to h264, fixes ticket #6099
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 13ceef0fb5..af69e8e90d 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 */