Mercurial > mplayer.hg
changeset 17058:1a87fe45bd4e
-aop is long obsolete.
author | diego |
---|---|
date | Mon, 28 Nov 2005 23:43:24 +0000 |
parents | d301c1833d12 |
children | ad6224fa5f0d |
files | libao2/ao_oss.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_oss.c Sun Nov 27 23:29:33 2005 +0000 +++ b/libao2/ao_oss.c Mon Nov 28 23:43:24 2005 +0000 @@ -319,7 +319,7 @@ } #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);