Mercurial > mplayer.hg
diff libmpcodecs/vf.c @ 10571:07cfe1e1a2c9
'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.com> (with minor fixes for current cvs by me)
| author | alex |
|---|---|
| date | Mon, 11 Aug 2003 20:04:30 +0000 |
| parents | 73b3e4336cd4 |
| children | 711159267b2d |
line wrap: on
line diff
--- a/libmpcodecs/vf.c Mon Aug 11 19:02:37 2003 +0000 +++ b/libmpcodecs/vf.c Mon Aug 11 20:04:30 2003 +0000 @@ -64,6 +64,7 @@ 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 @@ &vf_info_hqdn3d, &vf_info_detc, &vf_info_telecine, + &vf_info_tinterlace, &vf_info_tfields, &vf_info_ivtc, &vf_info_ilpack,
