[Ffmpeg-devel] [PATCH] accept only existing bitrates in amr.c

Michael Niedermayer michaelni
Mon Mar 5 12:02:59 CET 2007


Hi

On Mon, Mar 05, 2007 at 11:18:32AM +0100, Benoit Fouet wrote:
> Hi,
> 
> now that audio bitrate is handled the same way as video bitrate, we can
> get rid of the workaround in amr codecs.

[...]

[...]
> -            return(rates[i].mode);
> +            *mode=rates[i].mode;
> +            return 0;

why not return the mode like before?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070305/1101a65c/attachment.pgp>



More information about the ffmpeg-devel mailing list