On 12/15/2012 05:41 PM, Luca Barbato wrote: > 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?
No, lavr options are not yet tied to avconv. > The code looks fine from an initial quick look, I'd like to try it. If you want to test it with avconv, you can add a line to af_resample where all the other lavr options are set, for example: av_opt_set(s->avr, "dither_method", "triangular_ns", 0); -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
