File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ void RateChanged(object? sender, NSNotificationEventArgs args)
645645 // Get the natural size of the video
646646 var size = videoTrack . NaturalSize ;
647647 var preferredTransform = videoTrack . PreferredTransform ;
648-
648+
649649 // Apply the preferred transform to get the correct dimensions
650650 var transformedSize = CGAffineTransform . CGRectApplyAffineTransform ( new CGRect ( CGPoint . Empty , size ) , preferredTransform ) ;
651651 var width = Math . Abs ( transformedSize . Width ) ;
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public void CorrectDimensionsForNullTest()
6969 } ;
7070
7171 // Set the first (actual) media source, which will trigger the above event
72- mediaElement . Source = mediaSource ;
72+ mediaElement . Source = mediaSource ;
7373 }
7474
7575 [ Fact ]
You can’t perform that action at this time.
0 commit comments