diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-11 20:44:00 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-13 19:48:14 +0000 |
commit | 247e370e2a913db52ca079b347a174c8d393b171 (patch) | |
tree | c3e36af036c6daafa2d85be8f654a65ab97106e1 /libavformat | |
parent | 5a0e953c2465be9d449d5f523c3d3e2b886910b2 (diff) | |
download | ffmpeg-247e370e2a913db52ca079b347a174c8d393b171.tar.gz |
TDSC decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat')
-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 d5b334660e..db91749acd 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -352,6 +352,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'H') }, { AV_CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') }, { AV_CODEC_ID_HQX, MKTAG('C', 'H', 'Q', 'X') }, + { AV_CODEC_ID_TDSC, MKTAG('T', 'D', 'S', 'C') }, { AV_CODEC_ID_NONE, 0 } }; |