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
This commit is contained in:
olly 2016-04-18 02:42:10 -07:00 committed by Oliver Woodman
parent ed188d1bc8
commit 1e4a3c162e

View File

@ -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