mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix VP8 reader fragment packet size
Merging c37a767fdf
PiperOrigin-RevId: 463826373
This commit is contained in:
parent
81d1dafec6
commit
4d5d592c35
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
fragmentedSampleSizeBytes,
|
||||
/* offset= */ 0,
|
||||
/* cryptoData= */ null);
|
||||
fragmentedSampleSizeBytes = 0;
|
||||
fragmentedSampleSizeBytes = C.LENGTH_UNSET;
|
||||
fragmentedSampleTimeUs = C.TIME_UNSET;
|
||||
gotFirstPacketOfVp8Frame = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue