Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleared a bug in ActivityTrimmer.java in line 586,
Whenever we try to compress the video if the video is rotated then calculated w h is swapped but w greater than 800 swapped height is not being used instead actual retrived height value is used, resulting video aspect ration becomes 1:1,so i have corrected
- Loading branch information