[FFmpeg-cvslog] r18062 - trunk/libavformat/rmdec.c

Reimar Döffinger Reimar.Doeffinger
Fri Mar 20 12:14:01 CET 2009


On Fri, Mar 20, 2009 at 02:22:51AM +0100, rbultje wrote:
> Author: rbultje
> Date: Fri Mar 20 02:22:51 2009
> New Revision: 18062
> 
> Log:
> Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec
> try #2" thread. Patch originally by Vladimir Voroshilov.

> +static void
> +rm_reorder_sipr_data (RMStream *ast)
> +{
> +    int n, bs = ast->sub_packet_h * ast->audio_framesize * 2 / 96; // nibbles per subpacket

Are you really sure bs is allowed to be odd? If yes, could you point to
a sample file?




More information about the ffmpeg-cvslog mailing list