changeset 15697:53cd0428fb25

forgotten reference to remove-logo, 10l for Rich
author henry
date Wed, 08 Jun 2005 15:29:26 +0000
parents e7f1ce608789
children cb4bd8e959d6
files libmpcodecs/vf.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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,