[FFmpeg-devel] [PATCH] lavf: Add an XMV demuxer

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Aug 16 10:51:48 CEST 2011


Sven Hesse <drmccoy <at> drmccoy.de> writes:

> -    init_get_bits(&gb, s->avctx->extradata, 32);
> -
> -    fps                = get_bits(&gb, 5);
> -    s->bit_rate        = get_bits(&gb, 11)*1024;
...

Please do not re-indent these lines in this patch: It makes reading the actual
changes much more difficult.
(Whoever commits the patch can do the re-indentation afterwards.)

> +    vst->codec->codec_id   = CODEC_ID_WMV2;
> +    vst->codec->codec_tag  = MKBETAG('W', 'M', 'V', '2');

Does remuxing work?

Carl Eugen



More information about the ffmpeg-devel mailing list