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:
kimvde 2019-12-09 10:34:41 +00:00 committed by Oliver Woodman
parent 74faa3aa9f
commit 87ca7961c2

View File

@ -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.
* *