Skip to content

Commit

Permalink
Format with google-java-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitjoins committed Nov 22, 2023
1 parent a471698 commit 1141d35
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,11 @@ void readAacProgramConfigElement() {
pceBuffer.setPosition(3 /* PCE tag */);
pceBuffer.readBits(newConfig, oldConfig.length, numPceBits);

pendingOutputFormat = pendingOutputFormat.buildUpon()
.setInitializationData(Collections.singletonList(newConfig)).build();
pendingOutputFormat =
pendingOutputFormat
.buildUpon()
.setInitializationData(Collections.singletonList(newConfig))
.build();

// Submit PCE-appended output format.
currentOutput.format(pendingOutputFormat);
Expand Down

0 comments on commit 1141d35

Please sign in to comment.