From d22ae4a4d9a4f573602ad2ea8178810aaf7f69d2 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 24 Jun 2005 10:50:53 +0000 Subject: make -srate work again, unify audio filter init and preinit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15812 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af.h') diff --git a/libaf/af.h b/libaf/af.h index cb6e381911..d0911ceae4 100644 --- a/libaf/af.h +++ b/libaf/af.h @@ -134,7 +134,7 @@ typedef struct af_stream_s format given in "s", otherwise the output fromat in the last filter will be copied "s". The return value is 0 if success and -1 if failure */ -int af_init(af_stream_t* s, int force_output); +int af_init(af_stream_t* s); // Uninit and remove all filters void af_uninit(af_stream_t* s); -- cgit v1.2.3