# HG changeset patch # User diego # Date 1277717718 0 # Node ID c6195b5575cc103f543fd8b68f077803c31b91d0 # Parent 01f7cf82b7b1e68bc8ce66f330bc8fbcb9f755cb cosmetics: Move volstep global var to the top where all other global vars live. diff -r 01f7cf82b7b1 -r c6195b5575cc mplayer.c --- 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);