summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-02 17:24:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-02 17:24:17 +0000
commit7a3457baea0f7d2e0cc10896174d56705441121c (patch)
tree7c44b686ea81ac9011c767821dba551ebbc37262 /Gui/cfg.h
parentac93dafe543a4a528b6b62bd311678fa4f23fcdc (diff)
downloadmpv-7a3457baea0f7d2e0cc10896174d56705441121c.tar.bz2
mpv-7a3457baea0f7d2e0cc10896174d56705441121c.tar.xz
cosmetics: Rename functions and variable names from vop to vf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21444 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.h')
-rw-r--r--Gui/cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/cfg.h b/Gui/cfg.h
index afc4b74033..f78e983524 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -4,8 +4,8 @@
extern int gtkEnableAudioEqualizer;
-extern int gtkVopPP;
-extern int gtkVopLAVC;
+extern int gtkVfPP;
+extern int gtkVfLAVC;
extern int gtkAONorm;
extern int gtkAOFakeSurround;