Mercurial > mplayer.hg
diff libmpcodecs/vf.c @ 8002:84ff79ba83f0
(useless) UV plane swapper
| author | michael |
|---|---|
| date | Thu, 31 Oct 2002 18:13:56 +0000 |
| parents | 64f468cbedcd |
| children | 30789258ca66 |
line wrap: on
line diff
--- a/libmpcodecs/vf.c Thu Oct 31 14:25:41 2002 +0000 +++ b/libmpcodecs/vf.c Thu Oct 31 18:13:56 2002 +0000 @@ -46,6 +46,7 @@ extern vf_info_t vf_info_1bpp; extern vf_info_t vf_info_2xsai; extern vf_info_t vf_info_unsharp; +extern vf_info_t vf_info_swapuv; char** vo_plugin_args=(char**) NULL; @@ -85,6 +86,7 @@ &vf_info_1bpp, &vf_info_2xsai, &vf_info_unsharp, + &vf_info_swapuv, NULL };
