-aop is long obsolete.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17059 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-11-28 23:43:24 +00:00
parent 575dc26398
commit 491ff4b705
1 changed files with 1 additions and 1 deletions

View File

@ -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);