Fix VP8 reader fragment packet size
Merging c37a767fdf
PiperOrigin-RevId: 463826373
(cherry picked from commit e848352a3e590de740bd88d816c22e05cca9cc07)
This commit is contained in:
parent
8779078088
commit
d20a1c7f29
@ -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…
x
Reference in New Issue
Block a user