Fix class name

PiperOrigin-RevId: 288886739
This commit is contained in:
andrewlewis 2020-01-09 14:37:27 +00:00 committed by Oliver Woodman
parent 95f1dbec1b
commit 9cdbc822bb

View file

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