mirror of
https://github.com/mpv-player/mpv
synced 2025-03-29 15:00:27 +00:00
audio_out cvs conflict fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@961 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dbac43a765
commit
7bbe7c90be
@ -572,10 +572,7 @@ if(!filename){
|
||||
printf("Invalid audio output driver name: %s\nUse '-ao help' to get a list of available audio drivers.\n",audio_driver);
|
||||
return 0;
|
||||
}
|
||||
|
||||
// check audio_out
|
||||
audio_out=audio_out_drivers[0];
|
||||
if(dsp) audio_out->control(AOCONTROL_SET_DEVICE,dsp);
|
||||
if(dsp) audio_out->control(AOCONTROL_SET_DEVICE,dsp);
|
||||
|
||||
// check codec.conf
|
||||
if(!parse_codec_cfg(get_path("codecs.conf"))){
|
||||
|
Loading…
Reference in New Issue
Block a user