]> git.sesse.net Git - vlc/commit
* src/audio_output/input.c
authorClément Stenac <zorglub@videolan.org>
Mon, 18 Aug 2003 13:16:43 +0000 (13:16 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 18 Aug 2003 13:16:43 +0000 (13:16 +0000)
commit0596bf59205445d3056437d6213b989a0928c071
tree478f5b3d3f831f5b45d34189a8ad65e81e53be10
parent236aa93228fdd732213b67cd4209a881762e67a7
* src/audio_output/input.c
  src/libvlc.h :
       First try to implement "user audio filters"
       You can provide a list of audio filters that you want to add to
       the pipeline (only the "headphone", at that time).
(use --audio-filter filter1,filter2,...)

   ***Warning***
   It seems to work, but no guarantee at all. Perhaps all is bad
   and the commit should be reverted, as it could break audio output

* modules/codec/libmpeg2.c :
Fixed a segfault when vout creation fails
modules/codec/libmpeg2.c
src/audio_output/input.c
src/libvlc.h