diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-02-11 09:46:20 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-02-11 11:47:01 +0000 |
commit | ac494e5a66507c8124e8ba399b3f0685a51d7a82 (patch) | |
tree | 56b6e522c10184b840fa50f579be6c8ac6a6a5e6 /libavformat/isom.c | |
parent | 3a8801eb8d721b2ae16d4b178985e3893aa783e8 (diff) | |
download | ffmpeg-ac494e5a66507c8124e8ba399b3f0685a51d7a82.tar.gz |
avformat/isom: add X-Com Radvision fourcc
Fixes bug #4303.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/isom.c')
-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 68ddd326e2..fcd696a8b1 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -173,6 +173,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 */ |