mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix VP8 reader fragment packet size
Mergingc37a767fdfPiperOrigin-RevId: 463826373 (cherry picked from commite848352a3e)
This commit is contained in:
parent
8779078088
commit
d20a1c7f29
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||||
fragmentedSampleSizeBytes,
|
fragmentedSampleSizeBytes,
|
||||||
/* offset= */ 0,
|
/* offset= */ 0,
|
||||||
/* cryptoData= */ null);
|
/* cryptoData= */ null);
|
||||||
fragmentedSampleSizeBytes = 0;
|
fragmentedSampleSizeBytes = C.LENGTH_UNSET;
|
||||||
fragmentedSampleTimeUs = C.TIME_UNSET;
|
fragmentedSampleTimeUs = C.TIME_UNSET;
|
||||||
gotFirstPacketOfVp8Frame = false;
|
gotFirstPacketOfVp8Frame = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue