From 5a85cf0fc224a00c8e0401b7314ecc985362986f Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 3 Apr 2014 09:55:32 +0200 Subject: isom: add 'm1v ' tag Signed-off-by: Vittorio Giovara --- libavformat/isom.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/isom.c') 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 */ -- cgit v1.2.3