Fix VP8 reader fragment packet size

Merging c37a767fdf

PiperOrigin-RevId: 463826373
This commit is contained in:
claincly 2022-07-28 13:50:54 +00:00 committed by tonihei
parent 95becec1e2
commit e848352a3e

View File

@ -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;
}