--- libavcodec/ac3enc.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git libavcodec/ac3enc.c libavcodec/ac3enc.c index 919c51a..e186b21 100644 --- libavcodec/ac3enc.c +++ libavcodec/ac3enc.c @@ -38,6 +38,10 @@ #include "ac3.h" #include "audioconvert.h" +// uncomment the 2 lines below to test fixed-point encoding without re-running configure +//#undef CONFIG_AC3ENC_FLOAT +//#define CONFIG_AC3ENC_FLOAT 0 + #define SCALE_FLOAT(a, bits) (lrintf(a * (float)(1 << (bits)))) #if CONFIG_AC3ENC_FLOAT
_______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
