]> git.sesse.net Git - vlc/commit
* aout_Volume* functions now do their own vlc_object_find() on the
authorChristophe Massiot <massiot@videolan.org>
Sun, 9 Feb 2003 01:13:43 +0000 (01:13 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sun, 9 Feb 2003 01:13:43 +0000 (01:13 +0000)
commitf055f01f00d6a5744e67fc6b240f1641779033c0
tree70141dd706b8d6f0b5012007ce3c4b304fbb58de
parent65a1532391ef12f93fc118fdbe135efc02cf723b
* aout_Volume* functions now do their own vlc_object_find() on the
  audio output. Consequently, the first argument can be any vlc_object_t.
* modules/gui/macosx/*: greatly simplified volume functions ; you can now
  call aout_Volume* even when there is no audio output, and the volume
  will be saved for later use.
include/aout_internal.h
include/audio_output.h
modules/control/rc/rc.c
modules/gui/macosx/controls.m
modules/gui/macosx/intf.m
src/audio_output/intf.c
src/libvlc.h