[FFmpeg-user] Quicktime Files create with -vtag aivx
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Dec 2 17:09:50 CET 2014
Rens Dijkshoorn <rens <at> onlinemedia.nl> writes:
> File download
Thank you!
Please test the following patch (together with
my first one), sorry for originally missing this:
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 52da1a3..1a539ed 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -245,6 +245,7 @@
(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'))
Thank you, Carl Eugen
More information about the ffmpeg-user
mailing list