mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Remove TODO around optimizing sample data outputs in FlacExtractor
Preliminary measurement showed that the results were similar to the non-optimized version. PiperOrigin-RevId: 281255476
This commit is contained in:
parent
95d0921114
commit
774ccafa93
1 changed files with 0 additions and 2 deletions
|
|
@ -202,8 +202,6 @@ public final class FlacExtractor implements Extractor {
|
|||
state = STATE_READ_FRAMES;
|
||||
}
|
||||
|
||||
// TODO: consider sending bytes within min frame size directly from the input to the sample queue
|
||||
// to avoid unnecessary copies in scratch.
|
||||
private int readFrames(ExtractorInput input) throws IOException, InterruptedException {
|
||||
Assertions.checkNotNull(trackOutput);
|
||||
Assertions.checkNotNull(flacStreamMetadata);
|
||||
|
|
|
|||
Loading…
Reference in a new issue