mirror of
https://github.com/androidx/media.git
synced 2025-05-17 04:29:55 +08: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
@ -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…
x
Reference in New Issue
Block a user