diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-03-16 10:42:39 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-17 13:34:22 +0000 |
commit | cf9861dea5d42d0b5a6cf0609b9624525d96c1e0 (patch) | |
tree | 1142f390534f0e17df1021ff9db24b6f7e2e21a2 | |
parent | 02d76141d68e38c80f9a205a56b9af10d74f0995 (diff) | |
download | ffmpeg-cf9861dea5d42d0b5a6cf0609b9624525d96c1e0.tar.gz |
isom: Add X-Com Radvision FourCC
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-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 92b743ede5..e6cd26369b 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -166,6 +166,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = { { AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '6') }, /* AVC-Intra 100M 1080i60 */ { 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_H264, MKTAG('r', 'v', '6', '4') }, /* X-Com Radvision */ { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', '1', 'v', ' ') }, { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', '1', 'v', '1') }, /* Apple MPEG-1 Camcorder */ |