mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Codecs: mp4: Disable SBR decoding for PP5002 - PP5022 platforms
Includes ipod video (5G) and earlier models, sansa c200 and others players not capable to decode AAC-HE. Allows to play backward compatible files as AAC-LC. Change-Id: Ic9f5c0f255d9a4308c3414d402f8f27f4328ca94
This commit is contained in:
parent
fc65bdab4e
commit
4cd65b9d97
7 changed files with 27 additions and 8 deletions
|
@ -300,3 +300,7 @@ clear_settings_on_hold
|
|||
#if defined(HAVE_PERCEPTUAL_VOLUME)
|
||||
perceptual_volume
|
||||
#endif
|
||||
|
||||
#if defined(CODEC_AAC_SBR_DEC)
|
||||
codec_aac_he
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue