From 6363017e886cd5f41288a48d8d8a967fd5342c82 Mon Sep 17 00:00:00 2001 From: microkatz Date: Fri, 3 May 2024 14:32:30 +0000 Subject: [PATCH] Fix DTS:X Profile 2 encoding attributes for passthrough playback --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6ad2ece252..546a454d21 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -31,6 +31,8 @@ and H.262 HLS streams ([#1126](https://github.com/google/ExoPlayer/issues/1126)). * Audio: + * Fix DTS:X Profile 2 encoding attributes for passthrough playback + ([#1299](https://github.com/androidx/media/pull/1299)). * Video: * Text: * Fix issue where subtitles starting before a seek position are skipped.