comparison 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
comparison
equal deleted inserted replaced
21427:c37fae0e2b5a 21428:47cc96df63d0
478 /* Remove tray icon */ 478 /* Remove tray icon */
479 Shell_NotifyIcon(NIM_DELETE, &nid); 479 Shell_NotifyIcon(NIM_DELETE, &nid);
480 cfg_write(); 480 cfg_write();
481 } 481 }
482 482
483 static void add_vop(char * str) 483 static void add_vf(char * str)
484 { 484 {
485 mp_msg(MSGT_GPLAYER, MSGL_STATUS, MSGTR_AddingVideoFilter, str); 485 mp_msg(MSGT_GPLAYER, MSGL_STATUS, MSGTR_AddingVideoFilter, str);
486 if (vo_plugin_args) 486 if (vo_plugin_args)
487 { 487 {
488 int i = 0; 488 int i = 0;
507 vo_plugin_args[0].attribs = NULL; 507 vo_plugin_args[0].attribs = NULL;
508 vo_plugin_args[1].name = NULL; 508 vo_plugin_args[1].name = NULL;
509 } 509 }
510 } 510 }
511 511
512 static void remove_vop(char * str) 512 static void remove_vf(char * str)
513 { 513 {
514 int n = 0; 514 int n = 0;
515 if (!vo_plugin_args ) return; 515 if (!vo_plugin_args ) return;
516 516
517 mp_msg(MSGT_GPLAYER,MSGL_STATUS, MSGTR_RemovingVideoFilter, str); 517 mp_msg(MSGT_GPLAYER,MSGL_STATUS, MSGTR_RemovingVideoFilter, str);