Commit 1e4a3c16 by olly Committed by Oliver Woodman

Remove setVideoScalingMode call that doesn't do anything.

Oops, forgot this from my previous CL!
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=120104992
parent ed188d1b
......@@ -371,7 +371,6 @@ public class MediaCodecVideoTrackRenderer extends MediaCodecTrackRenderer {
@Override
protected void configureCodec(MediaCodec codec, Format format, MediaCrypto crypto) {
codec.configure(getFrameworkMediaFormat(format), surface, crypto, 0);
codec.setVideoScalingMode(videoScalingMode);
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment