# HG changeset patch # User arpi # Date 1043098085 0 # Node ID 417a20a4fc75e7d359778d9efdc8d2691a6d3262 # Parent 59b1bd7ccae1412cb0c87999644e6e71db5d5cfd don't -nosound if libaf init failed (hwac3 fix) diff -r 59b1bd7ccae1 -r 417a20a4fc75 mplayer.c --- a/mplayer.c Mon Jan 20 18:25:41 2003 +0000 +++ b/mplayer.c Mon Jan 20 21:28:05 2003 +0000 @@ -1676,8 +1676,8 @@ 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"); - uninit_player(INITED_ACODEC|INITED_AO); // close codec & ao - sh_audio=d_audio->sh=NULL; // -> nosound +// uninit_player(INITED_ACODEC|INITED_AO); // close codec & ao +// sh_audio=d_audio->sh=NULL; // -> nosound } #endif }