diff libmpcodecs/dec_audio.h @ 9217:420e2b2f8e5a

compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sun, 02 Feb 2003 02:42:59 +0000
parents 1f8961f2b34c
children 663c1ea5f595
line wrap: on
line diff
--- a/libmpcodecs/dec_audio.h	Sun Feb 02 02:36:35 2003 +0000
+++ b/libmpcodecs/dec_audio.h	Sun Feb 02 02:42:59 2003 +0000
@@ -14,3 +14,6 @@
 	int in_samplerate, int in_channels, int in_format, int in_bps,
 	int out_samplerate, int out_channels, int out_format, int out_bps,
 	int out_minsize, int out_maxsize);
+extern int preinit_audio_filters(sh_audio_t *sh_audio,
+        int in_samplerate, int in_channels, int in_format, int in_bps,
+        int* out_samplerate, int* out_channels, int* out_format, int out_bps);