summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af.h')
-rw-r--r--libaf/af.h2
1 files changed, 1 insertions, 1 deletions
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);