[MPlayer-cvslog] r32468 - trunk/mplayer.c

reimar subversion at mplayerhq.hu
Sat Oct 9 16:17:07 CEST 2010


Author: reimar
Date: Sat Oct  9 16:17:06 2010
New Revision: 32468

Log:
Remove some commented-out and generally useless code.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Sat Oct  9 15:35:16 2010	(r32467)
+++ trunk/mplayer.c	Sat Oct  9 16:17:06 2010	(r32468)
@@ -2898,14 +2898,6 @@ if(!codecs_file || !parse_codec_cfg(code
   free( mem_ptr ); // release the buffer created by get_path()
 }
 
-#if 0
-    if(video_codec_list){
-	int i;
-	video_codec=video_codec_list[0];
-	for(i=0;video_codec_list[i];i++)
-	    mp_msg(MSGT_FIXME,MSGL_FIXME,"vc#%d: '%s'\n",i,video_codec_list[i]);
-    }
-#endif
     if(audio_codec_list && strcmp(audio_codec_list[0],"help")==0){
       mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableAudioCodecs);
       mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_AUDIO_CODECS\n");


More information about the MPlayer-cvslog mailing list