summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-01 05:35:09 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-01 05:35:09 +0000
commit3416117097086bc3b2c409373affd2e9b7e02e71 (patch)
tree8b807341a02b985c66875fceac6071d94626798e /libmpcodecs/vf.c
parent8bb56a03542f275a3c84e181c97cc06de5bc52d0 (diff)
downloadmpv-3416117097086bc3b2c409373affd2e9b7e02e71.tar.bz2
mpv-3416117097086bc3b2c409373affd2e9b7e02e71.tar.xz
new filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9515 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index a598a8248e..929f66cae8 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -58,6 +58,7 @@ extern vf_info_t vf_info_denoise3d;
extern vf_info_t vf_info_hqdn3d;
extern vf_info_t vf_info_detc;
extern vf_info_t vf_info_telecine;
+extern vf_info_t vf_info_tfields;
char** vo_plugin_args=(char**) NULL;
@@ -109,6 +110,7 @@ static vf_info_t* filter_list[]={
&vf_info_hqdn3d,
&vf_info_detc,
&vf_info_telecine,
+ &vf_info_tfields,
NULL
};