mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
hwac3 fix again
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9050 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a3f0ecd91f
commit
ef78002b81
@ -1664,6 +1664,9 @@ if(sh_audio){
|
||||
audio_out_format_bits(ao_data.format)/8, /* ao_data.bps, */
|
||||
ao_data.outburst*4, ao_data.buffersize)){
|
||||
mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format! -> NOSOUND\n");
|
||||
if(sh_audio->afilter){
|
||||
free(sh_audio->afilter); sh_audio->afilter=NULL;
|
||||
}
|
||||
// uninit_player(INITED_ACODEC|INITED_AO); // close codec & ao
|
||||
// sh_audio=d_audio->sh=NULL; // -> nosound
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user