From 1e87b4bbaa5dbc2ab0e8c8084ecece30ada91ddc Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 11 Aug 2003 20:04:30 +0000 Subject: 'tinterlace' filter (partial inverse of tfields) by Not Zed (with minor fixes for current cvs by me) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10572 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpcodecs/vf.c') diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c index 493696be90..861b128ec7 100644 --- a/libmpcodecs/vf.c +++ b/libmpcodecs/vf.c @@ -64,6 +64,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_tinterlace; extern vf_info_t vf_info_tfields; extern vf_info_t vf_info_ivtc; extern vf_info_t vf_info_ilpack; @@ -123,6 +124,7 @@ static vf_info_t* filter_list[]={ &vf_info_hqdn3d, &vf_info_detc, &vf_info_telecine, + &vf_info_tinterlace, &vf_info_tfields, &vf_info_ivtc, &vf_info_ilpack, -- cgit v1.2.3