summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 4edb6e7221..121e9039e6 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1676,8 +1676,8 @@ 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");
- 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
}