Implement the flac decoding filter.
authorAndre Noll <maan@systemlinux.org>
Wed, 3 Aug 2011 22:52:48 +0000 (00:52 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 13 Nov 2011 13:54:21 +0000 (14:54 +0100)
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.


No differences found