Format with google-java-format
This commit is contained in:
parent
838083e610
commit
e1294c0d5c
@ -394,7 +394,7 @@ public final class H265Reader implements ElementaryStreamReader {
|
||||
|
||||
public void end(long position) {
|
||||
// Output a sample with the NAL units since the current nalUnitPosition
|
||||
outputSample(/* offset= */ (int)(position - nalUnitPosition));
|
||||
outputSample(/* offset= */ (int) (position - nalUnitPosition));
|
||||
// Output a final sample with the remaining NAL units up to the passed position
|
||||
samplePosition = nalUnitPosition;
|
||||
nalUnitPosition = position;
|
||||
|
Loading…
x
Reference in New Issue
Block a user