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

diego subversion at mplayerhq.hu
Sun Oct 3 15:45:30 CEST 2010


Author: diego
Date: Sun Oct  3 15:45:29 2010
New Revision: 32427

Log:
Remove some dead and commented-out variable declarations and assignments.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Sun Oct  3 14:14:21 2010	(r32426)
+++ trunk/mplayer.c	Sun Oct  3 15:45:29 2010	(r32427)
@@ -296,7 +296,6 @@ float sub_delay=0;
 float sub_fps=0;
 int   sub_auto = 1;
 char *vobsub_name=NULL;
-/*DSP!!char *dsp=NULL;*/
 int   subcc_enabled=0;
 int suboverlap_enabled = 1;
 
@@ -2741,9 +2740,6 @@ char * mem_ptr;
 
 /* Flag indicating whether MPlayer should exit without playing anything. */
 int opt_exit = 0;
-
-//float a_frame=0;    // Audio
-
 int i;
 
 int gui_no_filename=0;
@@ -3539,8 +3535,6 @@ if (ass_enabled && ass_library) {
 
 current_module="demux_open2";
 
-//file_format=demuxer->file_format;
-
 mpctx->d_audio=mpctx->demuxer->audio;
 mpctx->d_video=mpctx->demuxer->video;
 mpctx->d_sub=mpctx->demuxer->sub;
@@ -3732,10 +3726,6 @@ current_module="main";
 if(verbose) term_osd = 0;
 
 {
-//int frame_corr_num=0;   //
-//float v_frame=0;    // Video
-//float num_frames=0;      // number of frames played
-
 int frame_time_remaining=0; // flag
 int blit_frame=0;
 mpctx->num_buffered_frames=0;


More information about the MPlayer-cvslog mailing list