[FFmpeg-cvslog] Add "S263" FourCC

ami_stuff git at videolan.org
Thu Jan 19 17:43:44 CET 2012


ffmpeg | branch: master | ami_stuff <ami_stuff at o2.pl> | Thu Jan 19 14:16:41 2012 +0100| [ef9623f670f57014fab0651cc2132baac7c8e981] | committer: Michael Niedermayer

Add "S263" FourCC

fixes ticket #923

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef9623f670f57014fab0651cc2132baac7c8e981
---

 libavformat/riff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 0bfee5a..4efd1ad 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -240,6 +240,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_SNOW,         MKTAG('S', 'N', 'O', 'W') },
     { CODEC_ID_4XM,          MKTAG('4', 'X', 'M', 'V') },
     { CODEC_ID_FLV1,         MKTAG('F', 'L', 'V', '1') },
+    { CODEC_ID_FLV1,         MKTAG('S', '2', '6', '3') },
     { CODEC_ID_FLASHSV,      MKTAG('F', 'S', 'V', '1') },
     { CODEC_ID_SVQ1,         MKTAG('s', 'v', 'q', '1') },
     { CODEC_ID_TSCC,         MKTAG('t', 's', 'c', 'c') },



More information about the ffmpeg-cvslog mailing list