[vlc-commits] aout: add --stereo-mode to replace audio-channels variable (fixes #6)
Rémi Denis-Courmont
git at videolan.org
Thu Oct 4 21:15:45 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct 4 22:13:15 2012 +0300| [6012a9c9f91ab9615382dfdf85e7ab19db963b47] | committer: Rémi Denis-Courmont
aout: add --stereo-mode to replace audio-channels variable (fixes #6)
Since audio-channels was not a configuration item, renaming is a mere
internal matter. This also fixes callback handling and factors code.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6012a9c9f91ab9615382dfdf85e7ab19db963b47
---
include/vlc_aout.h | 1 +
lib/audio.c | 4 +-
modules/control/rc.c | 6 +-
modules/gui/macosx/MainMenu.m | 2 +-
modules/gui/qt4/menus.cpp | 4 +-
share/lua/intf/cli.lua | 2 +-
src/audio_output/dec.c | 4 +-
src/audio_output/intf.c | 2 +-
src/audio_output/output.c | 146 +++++++++++++++++------------------------
src/libvlc-module.c | 12 ++++
10 files changed, 83 insertions(+), 100 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6012a9c9f91ab9615382dfdf85e7ab19db963b47
More information about the vlc-commits
mailing list