On 12/15/12 11:26 PM, Justin Ruggles wrote:
--- libavresample/Makefile | 1 + libavresample/audio_convert.c | 33 +++- libavresample/audio_convert.h | 22 ++- libavresample/avresample.h | 9 + libavresample/dither.c | 461 +++++++++++++++++++++++++++++++++++++++++ libavresample/dither.h | 89 ++++++++ libavresample/internal.h | 1 + libavresample/options.c | 6 + libavresample/utils.c | 10 +- libavresample/version.h | 2 +- 10 files changed, 622 insertions(+), 12 deletions(-) create mode 100644 libavresample/dither.c create mode 100644 libavresample/dither.h
Do you have testcases for fate? The code looks fine from an initial quick look, I'd like to try it. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
