mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00
Clean up NOP constructor lines in RTP readers
PiperOrigin-RevId: 465067191 (cherry picked from commit 13e9ec9959b5dbd6f2f107f43d0a3a032ae8a717)
This commit is contained in:
parent
ff35958c54
commit
19f6b5422b
@ -60,7 +60,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
this.payloadFormat = payloadFormat;
|
||||
firstReceivedTimestamp = C.TIME_UNSET;
|
||||
previousSequenceNumber = C.INDEX_UNSET;
|
||||
sampleLength = 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -74,9 +74,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
fragmentedSampleTimeUs = C.TIME_UNSET;
|
||||
// The start time offset must be 0 until the first seek.
|
||||
startTimeOffsetUs = 0;
|
||||
gotFirstPacketOfVp8Frame = false;
|
||||
isKeyFrame = false;
|
||||
isOutputFormatSet = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -81,10 +81,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
previousSequenceNumber = C.INDEX_UNSET;
|
||||
width = C.LENGTH_UNSET;
|
||||
height = C.LENGTH_UNSET;
|
||||
// TODO(b/240318842) Clean up VP8/VP9 reader.
|
||||
gotFirstPacketOfVp9Frame = false;
|
||||
reportedOutputFormat = false;
|
||||
isKeyFrame = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user