aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/flac_compat.h
Commit message (Collapse)AuthorAge
* Update copyright notices.Avuton Olrich2009-12-31
|
* decoder/flac: emulate FLAC__stream_decoder_init_stream()Max Kellermann2009-11-11
| | | | Remove the wrapper flac_init().
* decoder/flac: use the new API functionsMax Kellermann2009-11-11
| | | | | Use the type and function names of the libFLAC 1.1.3 API. Map the new API to the old one with macros.
* decoder/flac: removed the fake flac_ogg_init() fallbackMax Kellermann2009-11-11
| | | | Don't even try to call it with an old libFLAC API.
* decoder/flac: moved code to flac_compat.hMax Kellermann2009-11-11