lavr: do not pass consumed samples as a parameter to ff_audio_resample()
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 1 Nov 2012 15:08:08 +0000 (11:08 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 27 Nov 2012 21:49:19 +0000 (16:49 -0500)
commit1d86aa8b0f491f06e848026c7704daa39a54f523
treed9c78bcce142f8b2d5845bb54721b8589a2e038f
parentd2f9f8e094d9e699dfe31ee8006830946567484c
lavr: do not pass consumed samples as a parameter to ff_audio_resample()

Since the resampler handles buffering of unconsumed samples internally, the
caller does not need this information.
libavresample/resample.c
libavresample/resample.h
libavresample/utils.c