diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2014-04-03 15:34:44 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:27 +0200 |
commit | c9787f034c6a442e5fba8e9cad5c702281e6eaf3 (patch) | |
tree | 03b71f13d778db7b109f4ec16707d88fada4b134 /libavformat | |
parent | 9ff6429b0742723560198963ef97e2b8c111b0a3 (diff) | |
download | ffmpeg-c9787f034c6a442e5fba8e9cad5c702281e6eaf3.tar.gz |
riff: Add "S263" 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 7396fc3a68..794d0e5a9b 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -275,6 +275,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') }, { AV_CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') }, { AV_CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1') }, + { AV_CODEC_ID_FLV1, MKTAG('S', '2', '6', '3') }, { AV_CODEC_ID_FLASHSV, MKTAG('F', 'S', 'V', '1') }, { AV_CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', '1') }, { AV_CODEC_ID_TSCC, MKTAG('t', 's', 'c', 'c') }, |