|
@@ -560,7 +560,7 @@
|
|
|
_mediaPlayer.videoCropGeometry = "16:9";
|
|
|
else if (f_ar == (float)(2./3.)) // all other iPhones
|
|
|
_mediaPlayer.videoCropGeometry = "16:10"; // libvlc doesn't support 2:3 crop
|
|
|
- else if (f_ar == .75) // all iPads
|
|
|
+ else if (f_ar == (float)(1. + (1./3.))) // all iPads
|
|
|
_mediaPlayer.videoCropGeometry = "4:3";
|
|
|
else if (f_ar == .5625) // AirPlay
|
|
|
_mediaPlayer.videoCropGeometry = "16:9";
|