]> git.tuebingen.mpg.de Git - paraslash.git/commit
fix a bug in filter_chain()
authorAndre <maan@meins.(none)>
Fri, 22 Dec 2006 00:08:38 +0000 (01:08 +0100)
committerAndre <maan@meins.(none)>
Fri, 22 Dec 2006 00:08:38 +0000 (01:08 +0100)
commit6573529d8d28ab8e49e1b2f83cc7e8378c5f4605
treeb10b8e378de33bb1bd894ee4ab768a81a359f7b7
parentea2d9b85ed4342c3509c1fde2229fe68ac4728cf
fix a bug in filter_chain()

Under certain circumstances para_filter failed to write out the last
chunk of audio data due to a bogus eof check triggering. The fix
consists in simply killing that check.
filter_chain.c