[FFmpeg-devel] [PATCH] Add "S263" FourCC

ami_stuff ami_stuff at o2.pl
Thu Jan 19 16:59:11 CET 2012


> >[s263.diff  text/x-diff (607B)]
> >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') },
> 
> should look like this:
>     { CODEC_ID_H263, MKTAG('S', '2', '6', '3') }, /*
> 
> h263 is not FLV1. at least i hope not :P

It is. Details are in ticket #923.






More information about the ffmpeg-devel mailing list