comparison mplayer.c @ 32341:eff60552602b

Remove some dead and commented-out variable declarations and assignments.
author diego
date Sun, 03 Oct 2010 13:45:29 +0000
parents ef21cbba62ee
children 76f94c00a69f
comparison
equal deleted inserted replaced
32340:55ed87302666 32341:eff60552602b
294 char **sub_name=NULL; 294 char **sub_name=NULL;
295 float sub_delay=0; 295 float sub_delay=0;
296 float sub_fps=0; 296 float sub_fps=0;
297 int sub_auto = 1; 297 int sub_auto = 1;
298 char *vobsub_name=NULL; 298 char *vobsub_name=NULL;
299 /*DSP!!char *dsp=NULL;*/
300 int subcc_enabled=0; 299 int subcc_enabled=0;
301 int suboverlap_enabled = 1; 300 int suboverlap_enabled = 1;
302 301
303 char* current_module=NULL; // for debugging 302 char* current_module=NULL; // for debugging
304 303
2739 2738
2740 // movie info: 2739 // movie info:
2741 2740
2742 /* Flag indicating whether MPlayer should exit without playing anything. */ 2741 /* Flag indicating whether MPlayer should exit without playing anything. */
2743 int opt_exit = 0; 2742 int opt_exit = 0;
2744
2745 //float a_frame=0; // Audio
2746
2747 int i; 2743 int i;
2748 2744
2749 int gui_no_filename=0; 2745 int gui_no_filename=0;
2750 2746
2751 InitTimer(); 2747 InitTimer();
3537 } 3533 }
3538 #endif 3534 #endif
3539 3535
3540 current_module="demux_open2"; 3536 current_module="demux_open2";
3541 3537
3542 //file_format=demuxer->file_format;
3543
3544 mpctx->d_audio=mpctx->demuxer->audio; 3538 mpctx->d_audio=mpctx->demuxer->audio;
3545 mpctx->d_video=mpctx->demuxer->video; 3539 mpctx->d_video=mpctx->demuxer->video;
3546 mpctx->d_sub=mpctx->demuxer->sub; 3540 mpctx->d_sub=mpctx->demuxer->sub;
3547 3541
3548 if (ts_prog) { 3542 if (ts_prog) {
3730 3724
3731 // Disable the term OSD in verbose mode 3725 // Disable the term OSD in verbose mode
3732 if(verbose) term_osd = 0; 3726 if(verbose) term_osd = 0;
3733 3727
3734 { 3728 {
3735 //int frame_corr_num=0; //
3736 //float v_frame=0; // Video
3737 //float num_frames=0; // number of frames played
3738
3739 int frame_time_remaining=0; // flag 3729 int frame_time_remaining=0; // flag
3740 int blit_frame=0; 3730 int blit_frame=0;
3741 mpctx->num_buffered_frames=0; 3731 mpctx->num_buffered_frames=0;
3742 mpctx->framestep_found=0; 3732 mpctx->framestep_found=0;
3743 3733