diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-03 16:12:55 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:27 +0200 |
commit | fb6c21fa8caa54e96869b2d3b64efb76d5f878bc (patch) | |
tree | 683214d40ca9e8fe7532a428dab09e142169c42d /libavformat | |
parent | ae58466994be225fbc497be1aeb3556461f1825a (diff) | |
download | ffmpeg-fb6c21fa8caa54e96869b2d3b64efb76d5f878bc.tar.gz |
riff: add escape130 FourCC
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 90136924ed..b33c31e55d 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -329,6 +329,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'H', '0') }, { AV_CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'H', '2') }, { AV_CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') }, + { AV_CODEC_ID_ESCAPE130, MKTAG('E', '1', '3', '0') }, { AV_CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') }, { AV_CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') }, { AV_CODEC_ID_MSS1, MKTAG('M', 'S', 'S', '1') }, |