Diego Biurrun <[email protected]> writes: > It is not a user-accessible option and unlikely to ever be changed. > --- > libavcodec/dct-test.c | 8 +------- > libavcodec/faandct.c | 6 +----- > libavcodec/faandct.h | 2 -- > libavcodec/mpegvideo_enc.c | 25 +++++-------------------- > 4 files changed, 7 insertions(+), 34 deletions(-) > > diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c > index a986f65..e438a9c 100644 > --- a/libavcodec/faandct.c > +++ b/libavcodec/faandct.c > @@ -29,11 +29,7 @@ > #include "faandct.h" > > #define FLOAT float > -#ifdef FAAN_POSTSCALE > -# define SCALE(x) postscale[x] > -#else > -# define SCALE(x) 1 > -#endif > +#define SCALE(x) postscale[x]
The SCALE() macro serves little purpose now. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
