From 4188ea6e9990520aa475dd37b69935a78769bfb9 Mon Sep 17 00:00:00 2001 From: rfelker Date: Sat, 19 Apr 2003 01:39:37 +0000 Subject: 1. new alternate approach to inverse telecine! much better! 2. interlaced 4:2:0 planar to 4:2:2 packer. makes it possible to watch interlaced movies without horrible chroma artifacts, provided you have an interlaced display device. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9934 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libmpcodecs/vf.c') diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c index 46ce5d9b8f..56b176325d 100644 --- a/libmpcodecs/vf.c +++ b/libmpcodecs/vf.c @@ -63,6 +63,8 @@ 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; +extern vf_info_t vf_info_ivtc; +extern vf_info_t vf_info_ilpack; // list of available filters: static vf_info_t* filter_list[]={ @@ -117,6 +119,8 @@ static vf_info_t* filter_list[]={ &vf_info_detc, &vf_info_telecine, &vf_info_tfields, + &vf_info_ivtc, + &vf_info_ilpack, NULL }; -- cgit v1.2.3