Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/flac: emulate FLAC__stream_decoder_init_stream() | Max Kellermann | 2009-11-11 | 1 | -0/+32 |
| | | | | Remove the wrapper flac_init(). | ||||
* | decoder/flac: use the new API functions | Max Kellermann | 2009-11-11 | 1 | -79/+37 |
| | | | | | 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() fallback | Max Kellermann | 2009-11-11 | 1 | -2/+0 |
| | | | | Don't even try to call it with an old libFLAC API. | ||||
* | decoder/flac: moved code to flac_compat.h | Max Kellermann | 2009-11-11 | 1 | -0/+126 |