mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 21:24:42 +00:00
Match output video file size limit in video editor.
This commit is contained in:
@@ -128,7 +128,7 @@ public class VideoEditorFragment extends Fragment implements VideoEditorHud.Even
|
||||
player.clip(data.startTimeUs, data.endTimeUs, autoplay);
|
||||
}
|
||||
try {
|
||||
hud.setVideoSource(slide, new VideoBitRateCalculator(maxOutput), maxSend);
|
||||
hud.setVideoSource(slide, new VideoBitRateCalculator(maxOutput), maxOutput);
|
||||
hud.setVisibility(View.VISIBLE);
|
||||
startPositionUpdates();
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user