Mercurial > mplayer.hg
diff libmpcodecs/vf.c @ 7919:b8acdbfd0882
2xSai filter... just for fun, imho useless
| author | arpi |
|---|---|
| date | Fri, 25 Oct 2002 16:49:33 +0000 |
| parents | fe88f7403d64 |
| children | a03235a5f395 |
line wrap: on
line diff
--- a/libmpcodecs/vf.c Fri Oct 25 16:48:53 2002 +0000 +++ b/libmpcodecs/vf.c Fri Oct 25 16:49:33 2002 +0000 @@ -44,6 +44,7 @@ extern vf_info_t vf_info_halfpack; extern vf_info_t vf_info_dint; extern vf_info_t vf_info_1bpp; +extern vf_info_t vf_info_2xsai; char** vo_plugin_args=(char**) NULL; @@ -81,6 +82,7 @@ &vf_info_halfpack, &vf_info_dint, &vf_info_1bpp, + &vf_info_2xsai, NULL };
