Loading media/java/android/media/videoeditor/VideoEditorImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -1776,7 +1776,7 @@ public class VideoEditorImpl implements VideoEditor { */ int height = 480; int width = 854; switch (getAspectRatio()) { switch (mI.getAspectRatio()) { case MediaProperties.ASPECT_RATIO_3_2: width = 720; break; Loading Loading
media/java/android/media/videoeditor/VideoEditorImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -1776,7 +1776,7 @@ public class VideoEditorImpl implements VideoEditor { */ int height = 480; int width = 854; switch (getAspectRatio()) { switch (mI.getAspectRatio()) { case MediaProperties.ASPECT_RATIO_3_2: width = 720; break; Loading