comparison mplayer.c @ 32382:9a5340bb1f69

Remove some commented-out and generally useless code.
author reimar
date Sat, 09 Oct 2010 14:17:06 +0000
parents 76f94c00a69f
children f6e78eef2e1b
comparison
equal deleted inserted replaced
32381:2bd1aae2b3c6 32382:9a5340bb1f69
2896 } 2896 }
2897 } 2897 }
2898 free( mem_ptr ); // release the buffer created by get_path() 2898 free( mem_ptr ); // release the buffer created by get_path()
2899 } 2899 }
2900 2900
2901 #if 0
2902 if(video_codec_list){
2903 int i;
2904 video_codec=video_codec_list[0];
2905 for(i=0;video_codec_list[i];i++)
2906 mp_msg(MSGT_FIXME,MSGL_FIXME,"vc#%d: '%s'\n",i,video_codec_list[i]);
2907 }
2908 #endif
2909 if(audio_codec_list && strcmp(audio_codec_list[0],"help")==0){ 2901 if(audio_codec_list && strcmp(audio_codec_list[0],"help")==0){
2910 mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableAudioCodecs); 2902 mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableAudioCodecs);
2911 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_AUDIO_CODECS\n"); 2903 mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_AUDIO_CODECS\n");
2912 list_codecs(1); 2904 list_codecs(1);
2913 mp_msg(MSGT_FIXME, MSGL_FIXME, "\n"); 2905 mp_msg(MSGT_FIXME, MSGL_FIXME, "\n");