From df19097e220f7b4599830bc2a802b0951bc71cfb Mon Sep 17 00:00:00 2001 From: ibaker Date: Tue, 17 Oct 2023 03:39:26 -0700 Subject: [PATCH] Move DASH subtitle parsing release note to correct section #minor-release PiperOrigin-RevId: 574090381 --- RELEASENOTES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b249fdf517..812df2fcd0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -40,6 +40,12 @@ load start time rather than the last load completed time ([#663](https://github.com/androidx/media/issues/663)). * DASH Extension: + * Add experimental support for parsing subtitles during extraction. This + has better support for merging overlapping subtitles, including + resolving flickering when transitioning between subtitle segments. You + can enable this using + `DashMediaSource.Factory.experimentalParseSubtitlesDuringExtraction()` + ([#288](https://github.com/androidx/media/issues/288)). * Smooth Streaming Extension: * RTSP Extension: * Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.): @@ -70,12 +76,6 @@ This release includes the following changes since the Android Auto. * DASH Extension: * Allow multiple of the same DASH identifier in segment template url. - * Add experimental support for parsing subtitles during extraction. This - has better support for merging overlapping subtitles, including - resolving flickering when transitioning between subtitle segments. You - can enable this using - `DashMediaSource.Factory.experimentalParseSubtitlesDuringExtraction()` - ([#288](https://github.com/androidx/media/issues/288)). * Smooth Streaming Extension: * RTSP Extension: * Use RTSP Setup Response timeout value in time interval of sending