mirror of https://github.com/mpv-player/mpv
-aop is long obsolete.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17059 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
575dc26398
commit
491ff4b705
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue