diff Gui/win32/interface.c @ 21428:47cc96df63d0

cosmetics: Rename functions and variable names from vop to vf.
author diego
date Sat, 02 Dec 2006 17:24:17 +0000
parents b42f1c1ef651
children d4cb537b3414
line wrap: on
line diff
--- a/Gui/win32/interface.c	Sat Dec 02 17:04:01 2006 +0000
+++ b/Gui/win32/interface.c	Sat Dec 02 17:24:17 2006 +0000
@@ -480,7 +480,7 @@
     cfg_write();
 }
 
-static void add_vop(char * str)
+static void add_vf(char * str)
 {
     mp_msg(MSGT_GPLAYER, MSGL_STATUS, MSGTR_AddingVideoFilter, str);
     if (vo_plugin_args)
@@ -509,7 +509,7 @@
     }
 }
 
-static void remove_vop(char * str)
+static void remove_vf(char * str)
 {
     int n = 0;
     if (!vo_plugin_args ) return;