diff options
author | Paul B Mahol | 2016-06-17 12:30:34 -0400 |
---|---|---|
committer | Vittorio Giovara | 2016-06-20 15:48:12 -0400 |
commit | 470cd0c5fe6337b6cb5276b3f84400999450fc1b (patch) | |
tree | 687a9fce3b8cb3c6eb971e56652b4cb4ca9c5825 /libavformat/riff.c | |
parent | cc58656aca95b5ab517989a9524b9a2b1c5653cf (diff) |
Add TrueMotion 2.0 Real Time decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index b1b51e2a08..1e1e4d8c61 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -309,6 +309,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') }, { AV_CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') }, { AV_CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') }, + { AV_CODEC_ID_TRUEMOTION2RT,MKTAG('T', 'R', '2', '0') }, { AV_CODEC_ID_CSCD, MKTAG('C', 'S', 'C', 'D') }, { AV_CODEC_ID_ZMBV, MKTAG('Z', 'M', 'B', 'V') }, { AV_CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') }, |