mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Synced with upstream
This commit is contained in:
parent
1d31521710
commit
1b469f422f
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ public final class MediaFormat {
|
|||
}
|
||||
|
||||
public MediaFormat copyWithMaxInputSize(int maxInputSize) {
|
||||
return new MediaFormat(trackId, mimeType, bitrate, maxInputSize, durationUs, width, height,
|
||||
return new MediaFormat(id, trackId, mimeType, bitrate, maxInputSize, durationUs, width, height,
|
||||
rotationDegrees, pixelWidthHeightRatio, channelCount, sampleRate, language,
|
||||
subsampleOffsetUs, initializationData, adaptive, maxWidth, maxHeight);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue