1
0
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:
arpi 2003-01-20 22:51:01 +00:00
parent a3f0ecd91f
commit ef78002b81

View File

@ -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
}