Mercurial > mplayer.hg
changeset 32341:eff60552602b
Remove some dead and commented-out variable declarations and assignments.
author | diego |
---|---|
date | Sun, 03 Oct 2010 13:45:29 +0000 |
parents | 55ed87302666 |
children | b5aa0248bdc2 |
files | mplayer.c |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Sun Oct 03 12:14:21 2010 +0000 +++ b/mplayer.c Sun Oct 03 13:45:29 2010 +0000 @@ -296,7 +296,6 @@ 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 @@ /* 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 @@ 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 @@ 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;