# HG changeset patch # User diego # Date 1133221404 0 # Node ID 1a87fe45bd4e2186f146376a262540a63332d14f # Parent d301c1833d1209b061727612a9cad16364ab8c77 -aop is long obsolete. diff -r d301c1833d12 -r 1a87fe45bd4e libao2/ao_oss.c --- 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);