Commit 4d5d592c by claincly Committed by Marc Baechinger

Fix VP8 reader fragment packet size

Merging https://github.com/androidx/media/pull/110/commits/c37a767fdfc2f7e0b9eb1ad7ae6f864c93950712

PiperOrigin-RevId: 463826373
parent 81d1dafe
...@@ -214,7 +214,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull; ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment