From: Andre Noll Date: Wed, 3 Aug 2011 22:52:48 +0000 (+0200) Subject: Implement the flac decoding filter. X-Git-Tag: v0.4.9~2^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=89b3918d545796c71dec33e73b4c5173410e3a38;hp=89b3918d545796c71dec33e73b4c5173410e3a38;ds=sidebyside Implement the flac decoding filter. This replaces the dummy functions in flacdec_filter.c by a working implementation. Although it contains an ugly workaround for a shortcoming in the flac library, see the comment in read_cb() for details, it seems to work fine. ---