On Wed, Jul 20, 2011 at 08:11:19PM +0200, Rob wrote: > On 20 July 2011 19:34, Diego Biurrun <[email protected]> wrote: > > --- > > libavcodec/acelp_vectors.c | 20 --- > > libavcodec/acelp_vectors.h | 31 ---- > > libavcodec/amrnbdec.c | 2 +- > > libavcodec/g729data.h | 278 ------------------------------------- > > libavcodec/g729dec.c | 331 > > -------------------------------------------- > > 5 files changed, 1 insertions(+), 661 deletions(-) > > delete mode 100644 libavcodec/g729data.h > > delete mode 100644 libavcodec/g729dec.c > > > diff --git a/libavcodec/amrnbdec.c b/libavcodec/amrnbdec.c > > index 1c90aad..6680333 100644 > > --- a/libavcodec/amrnbdec.c > > +++ b/libavcodec/amrnbdec.c > > @@ -83,7 +83,7 @@ > > /** Maximum sharpening factor > > * > > * The specification says 0.8, which should be 13107, but the reference C > > code > > - * uses 13017 instead. (Amusingly the same applies to SHARP_MAX in > > g729dec.c.) > > + * uses 13017 instead. > > */ > > #define SHARP_MAX 0.79449462890625 > > I feel this information is useful - perhaps swap "g729dec.c" for "bit > exact G.729". > > The rest is OK for me.
Pushed with that changed. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
