On Fri, Jun 13, 2014 at 5:03 AM, Niels Möller <[email protected]> wrote: > > Signed-off-by: Niels Möller <[email protected]> > --- > libavcodec/dcadata.h | 624 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 624 insertions(+) > > diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h > index d40dbe5..934e9af 100644 > --- a/libavcodec/dcadata.h > +++ b/libavcodec/dcadata.h > @@ -7536,6 +7536,601 @@ DECLARE_ALIGNED(16, static const float, > lfe_fir_128)[] = > }; > #undef SCALE > > +#define SCALE(c) ((float)(c) / (256.0f * 32768.0f*8388608.0f)) nit: spaces
Probably ok anyway. -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
