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

compn tempn at twmi.rr.com
Thu Jan 19 16:48:14 CET 2012


On Thu, 19 Jan 2012 14:16:41 +0100, ami_stuff wrote:
>
>fixes ticket #923
>
>
>[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

-compn


More information about the ffmpeg-devel mailing list