mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove TODO for supporting streams in Java FLAC extractor
Flac streams exist but are not commonly used. Also, they are not supported by the FLAC extension extractor. PiperOrigin-RevId: 284514327
This commit is contained in:
parent
74faa3aa9f
commit
87ca7961c2
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ import java.lang.annotation.RetentionPolicy;
|
|||
import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
|
||||
// TODO: implement seeking.
|
||||
// TODO: support live streams.
|
||||
/**
|
||||
* Extracts data from FLAC container format.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue