[MPlayer-cvslog] r31580 - trunk/mplayer.c
diego
subversion at mplayerhq.hu
Mon Jun 28 11:35:18 CEST 2010
Author: diego
Date: Mon Jun 28 11:35:18 2010
New Revision: 31580
Log:
cosmetics: Move volstep global var to the top where all other global vars live.
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c Mon Jun 28 11:25:56 2010 (r31579)
+++ trunk/mplayer.c Mon Jun 28 11:35:18 2010 (r31580)
@@ -367,6 +367,11 @@ int use_filedir_conf;
int use_filename_title;
static unsigned int initialized_flags=0;
+
+/// step size of mixer changes
+int volstep = 3;
+
+
#include "mpcommon.h"
#include "command.h"
@@ -619,9 +624,6 @@ static void print_file_properties(const
}
}
-/// step size of mixer changes
-int volstep = 3;
-
#ifdef CONFIG_DVDNAV
static void mp_dvdnav_context_free(MPContext *ctx){
if (ctx->nav_smpi) free_mp_image(ctx->nav_smpi);
More information about the MPlayer-cvslog
mailing list