1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

cosmetics: remove some #if 0 code from mplayer.c

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32468 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-10-09 14:17:06 +00:00 committed by Uoti Urpala
parent 4590600a42
commit 3ea62a9666

View File

@ -3244,14 +3244,6 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
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_tmsg(MSGT_CPLAYER, MSGL_INFO, "Available audio codecs:\n");
mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_AUDIO_CODECS\n");