From dc7bc4785ebce95a80db53d143d75d74fdcd8e8f Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Wed, 30 Jan 2019 11:42:53 +0000 Subject: [PATCH] Update ProgressiveMediaSource note PiperOrigin-RevId: 231567138 --- .../android/exoplayer2/source/ProgressiveMediaSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/source/ProgressiveMediaSource.java b/library/core/src/main/java/com/google/android/exoplayer2/source/ProgressiveMediaSource.java index a44e99b9c4..dac340cede 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/source/ProgressiveMediaSource.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/source/ProgressiveMediaSource.java @@ -39,7 +39,7 @@ import java.io.IOException; * extractors created by the factory that returns {@code true} from {@link Extractor#sniff} will be * used to extract samples from the input stream. * - *

Note that the built-in extractors for AAC, MPEG PS/TS and FLV streams do not support seeking. + *

Note that the built-in extractor for FLV streams does not support seeking. */ public final class ProgressiveMediaSource extends BaseMediaSource implements ProgressiveMediaPeriod.Listener {