From 491ff4b705903fe3e317203a688d31f55b4fe013 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Nov 2005 23:43:24 +0000 Subject: -aop is long obsolete. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17059 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_oss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libao2/ao_oss.c b/libao2/ao_oss.c index ec48fabb57..484f820ecf 100644 --- a/libao2/ao_oss.c +++ b/libao2/ao_oss.c @@ -319,7 +319,7 @@ ac3_retry: } #if 0 if(oss_format!=format2oss(format)) - mp_msg(MSGT_AO,MSGL_WARN,"WARNING! Your soundcard does NOT support %s sample format! Broken audio or bad playback speed are possible! Try with '-aop list=format'\n",audio_out_format_name(format)); + mp_msg(MSGT_AO,MSGL_WARN,"WARNING! Your soundcard does NOT support %s sample format! Broken audio or bad playback speed are possible! Try with '-af format'\n",audio_out_format_name(format)); #endif ao_data.format = oss2format(oss_format); -- cgit v1.2.3