From 5090cf6484f5e7464aeba54d19500cc334a80fad Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Feb 2009 18:00:41 +0100 Subject: audio: replaced parseAudioConfig() with audio_format_parse() 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. --- src/audio.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/audio.h') diff --git a/src/audio.h b/src/audio.h index 865890485..588655b05 100644 --- a/src/audio.h +++ b/src/audio.h @@ -26,8 +26,6 @@ struct audio_format; void getOutputAudioFormat(const struct audio_format *inFormat, struct audio_format *outFormat); -int parseAudioConfig(struct audio_format *audioFormat, char *conf); - /* make sure initPlayerData is called before this function!! */ void initAudioConfig(void); -- cgit v1.2.3