rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

Small fix in crop rect calculation in SCSwipeableFilterView #296

Closed renjithn closed 8 years ago

renjithn commented 8 years ago

Issue arises when portrait videos are played in a SCPlayer in conjunction with SCSwipeableFilterView. The rendered CIImage has an an extent.origin ≠ CGPointZero which needs to considered while calculating the crop rect.

rFlex commented 8 years ago

great fix, thanks!