summaryrefslogtreecommitdiffstats
path: root/libao2/pl_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/pl_format.c')
-rw-r--r--libao2/pl_format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libao2/pl_format.c b/libao2/pl_format.c
index 46ddaaa6a6..6c0921179f 100644
--- a/libao2/pl_format.c
+++ b/libao2/pl_format.c
@@ -137,8 +137,8 @@ static int init(){
// Tell the world what we are up to
printf("[pl_format] Input format: %s, output format: %s \n",
- af_fmt2str(ao_plugin_data.format, &buf1, 128),
- af_fmt2str(ao_plugin_cfg.pl_format_type, &buf2, 128));
+ af_fmt2str(ao_plugin_data.format, buf1, 128),
+ af_fmt2str(ao_plugin_cfg.pl_format_type, buf2, 128));
// We are changing the format
ao_plugin_data.format=ao_plugin_cfg.pl_format_type;