From 9cdbc822bb28947f03507bc0c388a060b479cd25 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Thu, 9 Jan 2020 14:37:27 +0000 Subject: [PATCH] Fix class name PiperOrigin-RevId: 288886739 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b6381e271f..a7cf918fea 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -56,7 +56,7 @@ ([#4078](https://github.com/google/ExoPlayer/issues/4078)). * Don't use notification chronometer if playback speed is != 1.0 ([#6816](https://github.com/google/ExoPlayer/issues/6816)). -* FLAC extension: Fix handling of bit depths other than 16 in `FLACDecoder`. +* FLAC extension: Fix handling of bit depths other than 16 in `FlacDecoder`. This issue caused FLAC streams with other bit depths to sound like white noise on earlier releases, but only when embedded in a non-FLAC container such as Matroska or MP4.