Draft: videocrop: Add more semi-planar YUV and RGB formats support
- Remove unnecessary semi-planar specific cropping code. Planar path can be directly used for semi-planar formats as well
- Add P010/P012/P016 formats. Those formats are major formats used for various hardware accelerated video processing
- Add RGBA64 and RGB10A2 formats. It's also major display formats on Windows used for high bitdepth swapchain
Edited by Seungha Yang