Commit 24afcdc3 by kimvde Committed by Oliver Woodman

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
parent 54413c26
...@@ -43,7 +43,6 @@ import java.lang.annotation.RetentionPolicy; ...@@ -43,7 +43,6 @@ import java.lang.annotation.RetentionPolicy;
import org.checkerframework.checker.nullness.qual.MonotonicNonNull; import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
// TODO: implement seeking. // TODO: implement seeking.
// TODO: support live streams.
/** /**
* Extracts data from FLAC container format. * Extracts data from FLAC container format.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment