aboutsummaryrefslogtreecommitdiff
path: root/src/audio_parser.h
Commit message (Collapse)AuthorAge
* audio_parser: added API documentationMax Kellermann2009-03-01
|
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-11
Added audio_format_parse() in a separate library, with a modern interface: return a GError instead of logging errors. This allows the caller to deal with the error.