diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-04-03 09:55:32 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 00:20:10 +0200 |
commit | 5a85cf0fc224a00c8e0401b7314ecc985362986f (patch) | |
tree | 8083be7265672204c0982f5a61d85453e1d2dcb5 /libavformat | |
parent | ad8f736b7404503d8f5164f4879175a2258dd64b (diff) | |
download | ffmpeg-5a85cf0fc224a00c8e0401b7314ecc985362986f.tar.gz |
isom: add 'm1v ' tag
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index 9bf8db499c..5a48b7b0bf 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -161,6 +161,7 @@ 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 4:2:2 10bit */ + { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', '1', 'v', ' ') }, { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', '1', 'v', '1') }, /* Apple MPEG-1 Camcorder */ { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'e', 'g') }, /* MPEG */ { AV_CODEC_ID_MPEG2VIDEO, MKTAG('m', '2', 'v', '1') }, /* Apple MPEG-2 Camcorder */ |