summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-08 15:29:26 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-08 15:29:26 +0000
commit7d260263bccdb2a7025839cd5ae71ef894632a40 (patch)
treec358bc5c41768a7f47fa1340b5cffb19030300a9 /libmpcodecs
parent7cec872158b8ff8e80d5bccb955bf5790e623c77 (diff)
downloadmpv-7d260263bccdb2a7025839cd5ae71ef894632a40.tar.bz2
mpv-7d260263bccdb2a7025839cd5ae71ef894632a40.tar.xz
forgotten reference to remove-logo, 10l for Rich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15698 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index d8151c5cc9..3bb9ee187e 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -85,6 +85,7 @@ extern vf_info_t vf_info_filmdint;
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 @@ static vf_info_t* filter_list[]={
&vf_info_framestep,
&vf_info_tile,
&vf_info_delogo,
+ &vf_info_remove_logo,
&vf_info_hue,
#ifdef USE_LIBAVCODEC
&vf_info_spp,