changeset 31514:c6195b5575cc

cosmetics: Move volstep global var to the top where all other global vars live.
author diego
date Mon, 28 Jun 2010 09:35:18 +0000
parents 01f7cf82b7b1
children 823f39ab650b
files mplayer.c
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Mon Jun 28 09:25:56 2010 +0000
+++ b/mplayer.c	Mon Jun 28 09:35:18 2010 +0000
@@ -367,6 +367,11 @@
 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 @@
   }
 }
 
-/// 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);