[FFmpeg-cvslog] riff: Add "S263" FourCC
Piotr Bandurski
git at videolan.org
Fri Apr 4 03:25:04 CEST 2014
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Thu Apr 3 15:34:44 2014 +0200| [c9787f034c6a442e5fba8e9cad5c702281e6eaf3] | committer: Vittorio Giovara
riff: Add "S263" FourCC
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9787f034c6a442e5fba8e9cad5c702281e6eaf3
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7396fc3..794d0e5 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') },
More information about the ffmpeg-cvslog
mailing list