summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-12-02 23:35:40 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-12-02 23:35:40 +0100
commit7a4be4315fd6c5e80cd24697d1a5b67c9a3cfcaf (patch)
tree43cea41db212d575425a1ecb4c39114b8c4544bb /libavformat/isom.h
parentebc29e8625b0c3f9c39e2b1fb17a5eab2c939c49 (diff)
Support muxing 4k AVC Intra in mov.
Reported and tested by Rens Dijkshoorn, rens onlinemedia nl
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 074837f028..e3160d00f8 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -246,6 +246,7 @@ void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id);
(tag) == MKTAG('a', 'i', '1', '3') || \
(tag) == MKTAG('a', 'i', '1', '5') || \
(tag) == MKTAG('a', 'i', '1', '6') || \
+ (tag) == MKTAG('a', 'i', 'v', 'x') || \
(tag) == MKTAG('A', 'V', 'i', 'n'))