diff libmpcodecs/vf.c @ 15697:53cd0428fb25

forgotten reference to remove-logo, 10l for Rich
author henry
date Wed, 08 Jun 2005 15:29:26 +0000
parents d5a95e6f5f07
children 1a0c715343d2
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Wed Jun 08 10:59:35 2005 +0000
+++ b/libmpcodecs/vf.c	Wed Jun 08 15:29:26 2005 +0000
@@ -85,6 +85,7 @@
 extern vf_info_t vf_info_framestep;
 extern vf_info_t vf_info_tile;
 extern vf_info_t vf_info_delogo;
+extern vf_info_t vf_info_remove_logo;
 extern vf_info_t vf_info_hue;
 extern vf_info_t vf_info_spp;
 extern vf_info_t vf_info_fspp;
@@ -166,6 +167,7 @@
     &vf_info_framestep,
     &vf_info_tile,
     &vf_info_delogo,
+    &vf_info_remove_logo,
     &vf_info_hue,
 #ifdef USE_LIBAVCODEC
     &vf_info_spp,