Remove some useless comments/commented-out code.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29842 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-11-06 16:11:58 +00:00
parent 477057dbb5
commit 89c9b3b769
1 changed files with 0 additions and 3 deletions

View File

@ -1617,7 +1617,6 @@ void reinit_audio_chain(void) {
mp_msg(MSGT_CPLAYER,MSGL_INFO,"==========================================================================\n");
//const ao_info_t *info=audio_out->info;
current_module="af_preinit";
ao_data.samplerate=force_srate;
ao_data.channels=0;
@ -1640,11 +1639,9 @@ void reinit_audio_chain(void) {
ao_data.channels,
ao_data.format,0);
if(!mpctx->audio_out){
// FAILED:
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotInitAO);
goto init_error;
}
// SUCCESS:
initialized_flags|=INITIALIZED_AO;
mp_msg(MSGT_CPLAYER,MSGL_INFO,"AO: [%s] %dHz %dch %s (%d bytes per sample)\n",
mpctx->audio_out->info->short_name,