From 91aae0d5386829c4ae7442aed677506cd92f0247 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 27 Dec 2004 19:43:13 +0000 Subject: 100l, buf etc. in af_fmt2str call are already pointers... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14256 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/pl_format.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libao2/pl_format.c') 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; -- cgit v1.2.3