Format with google-java-format

This commit is contained in:
Rohit Singh 2024-04-17 13:41:59 +01:00
parent 838083e610
commit e1294c0d5c

View File

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