[vlc-commits] aout: move replay gain handling to dec and mixer
Rémi Denis-Courmont
git at videolan.org
Wed Aug 10 17:06:39 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Aug 10 18:02:24 2011 +0300| [b97b9eb9d5c72e6699436e67f16d8d6bb081302a] | committer: Rémi Denis-Courmont
aout: move replay gain handling to dec and mixer
This had no relations with the audio input anymore. In particular,
there is no need to reinitialize this when the input is restarted.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b97b9eb9d5c72e6699436e67f16d8d6bb081302a
---
src/audio_output/aout_internal.h | 27 +++++++++++---
src/audio_output/dec.c | 43 +++++++++++++++++-----
src/audio_output/input.c | 75 --------------------------------------
src/audio_output/mixer.c | 48 +++++++++++++++++++++++-
4 files changed, 101 insertions(+), 92 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b97b9eb9d5c72e6699436e67f16d8d6bb081302a
More information about the vlc-commits
mailing list