changeset 29800:606c9da862b7

Remove some useless comments/commented-out code.
author reimar
date Fri, 06 Nov 2009 16:11:58 +0000
parents 8867109cf6f6
children 7ac1f37f8aa5
files mplayer.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Fri Nov 06 16:10:19 2009 +0000
+++ b/mplayer.c	Fri Nov 06 16:11:58 2009 +0000
@@ -1617,7 +1617,6 @@
   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 @@
       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,