[vlc-devel] commit: Code cosmetics. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jun 21 07:37:28 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 20 19:51:14 2008 -0700| [6a260a1c7269cc07905d058dc448812e34deb132]

Code cosmetics.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a260a1c7269cc07905d058dc448812e34deb132
---

 modules/gui/qt4/components/extended_panels.cpp |    1 -
 modules/gui/qt4/components/extended_panels.hpp |    5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 7fb5291..51f5928 100755
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -39,7 +39,6 @@
 #include "qt4.hpp"
 #include "input_manager.hpp"
 
-#include "../../audio_filter/equalizer_presets.h"
 #include <vlc_aout.h>
 #include <vlc_intf_strings.h>
 #include <vlc_vout.h>
diff --git a/modules/gui/qt4/components/extended_panels.hpp b/modules/gui/qt4/components/extended_panels.hpp
index e10d087..8545d8a 100644
--- a/modules/gui/qt4/components/extended_panels.hpp
+++ b/modules/gui/qt4/components/extended_panels.hpp
@@ -31,13 +31,16 @@
 
 #include <vlc_common.h>
 #include <vlc_aout.h>
+#include "../../audio_filter/equalizer_presets.h"
 
 #include "ui/equalizer.h"
 #include "ui/video_effects.h"
 #include "ui/v4l2.h"
 
+
 #include <QTabWidget>
-#define BANDS 10
+
+#define BANDS EQZ_BANDS_MAX
 #define NUM_SP_CTRL 5
 
 class QSignalMapper;




More information about the vlc-devel mailing list