From 2c2cd8c2becfc898ca150ac79eb478aaca284caa Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 16 Sep 2021 18:00:35 +0530 Subject: Implement rounded corners This plugin takes I420/YUV and appends an alpha plane to give YUVA/A420 to round the corners analogous to the border-radius in CSS. Other video formats like NV12 not supported yet. Support for other planar formats will follow. Not all ways of specifying border-radius as in CSS are implemented at the moment. Currently, we only support specifying it in pixels and it gets applied uniformly to all corners. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 02b166107..e20655541 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ members = [ "utils/togglerecord", "video/cdg", "video/closedcaption", + "video/videofx", "video/dav1d", "video/ffv1", "video/flavors", -- cgit v1.2.3