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/ao_sgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2/ao_sgi.c') diff --git a/libao2/ao_sgi.c b/libao2/ao_sgi.c index 796691ab4e..66a0b0dffd 100644 --- a/libao2/ao_sgi.c +++ b/libao2/ao_sgi.c @@ -43,7 +43,7 @@ static int control(int cmd, void *arg){ static int init(int rate, int channels, int format, int flags) { char buf[128]; - mp_msg(MSGT_AO, MSGL_INFO, MSGTR_AO_SGI_InitInfo, rate, (channels > 1) ? "Stereo" : "Mono", af_fmt2str(format, &buf, 128)); + mp_msg(MSGT_AO, MSGL_INFO, MSGTR_AO_SGI_InitInfo, rate, (channels > 1) ? "Stereo" : "Mono", af_fmt2str(format, buf, 128)); { /* from /usr/share/src/dmedia/audio/setrate.c */ -- cgit v1.2.3