Mercurial > mplayer.hg
diff libmpcodecs/vf.c @ 11869:c10bd91a4eb2
kerndeint adaptive deinterlacer
| author | ranma |
|---|---|
| date | Thu, 29 Jan 2004 09:50:17 +0000 |
| parents | 173f22eb0505 |
| children | 4c24bad2a86b |
line wrap: on
line diff
--- a/libmpcodecs/vf.c Thu Jan 29 08:37:35 2004 +0000 +++ b/libmpcodecs/vf.c Thu Jan 29 09:50:17 2004 +0000 @@ -83,6 +83,7 @@ extern vf_info_t vf_info_hue; extern vf_info_t vf_info_spp; extern vf_info_t vf_info_yuvcsp; +extern vf_info_t vf_info_kerndeint; // list of available filters: static vf_info_t* filter_list[]={ @@ -157,6 +158,7 @@ &vf_info_spp, #endif &vf_info_yuvcsp, + &vf_info_kerndeint, NULL };
