]> git.sesse.net Git - vlc/commit
libvlc: do not depend on input thread to obtain the aout
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 1 Nov 2012 16:16:27 +0000 (18:16 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 1 Nov 2012 16:59:09 +0000 (18:59 +0200)
commit4251a30f52fb1d29de02c298ec74dff13079850f
tree63ba36faf3cc6c3304bdfeb6f8961c3400a680a2
parente1eb563f9fae3240af1849d0570dedfe59c085b6
libvlc: do not depend on input thread to obtain the aout

The aout can exist even if the input thread is stopped. This makes
audio-related functions work in case where they would previously fail.
include/vlc_input.h
lib/audio.c
src/input/resource.h
src/libvlccore.sym