comparison libao2/ao_oss.c @ 17058:1a87fe45bd4e

-aop is long obsolete.
author diego
date Mon, 28 Nov 2005 23:43:24 +0000
parents dde990d47ce8
children f580a7755ac5
comparison
equal deleted inserted replaced
17057:d301c1833d12 17058:1a87fe45bd4e
317 format=AF_FORMAT_S16_NE; 317 format=AF_FORMAT_S16_NE;
318 goto ac3_retry; 318 goto ac3_retry;
319 } 319 }
320 #if 0 320 #if 0
321 if(oss_format!=format2oss(format)) 321 if(oss_format!=format2oss(format))
322 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)); 322 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));
323 #endif 323 #endif
324 324
325 ao_data.format = oss2format(oss_format); 325 ao_data.format = oss2format(oss_format);
326 if (ao_data.format == -1) return 0; 326 if (ao_data.format == -1) return 0;
327 327