mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
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:
parent
ed188d1bc8
commit
1e4a3c162e
1 changed files with 0 additions and 1 deletions
|
|
@ -371,7 +371,6 @@ public class MediaCodecVideoTrackRenderer extends MediaCodecTrackRenderer {
|
||||||
@Override
|
@Override
|
||||||
protected void configureCodec(MediaCodec codec, Format format, MediaCrypto crypto) {
|
protected void configureCodec(MediaCodec codec, Format format, MediaCrypto crypto) {
|
||||||
codec.configure(getFrameworkMediaFormat(format), surface, crypto, 0);
|
codec.configure(getFrameworkMediaFormat(format), surface, crypto, 0);
|
||||||
codec.setVideoScalingMode(videoScalingMode);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue