From 4cd65b9d97e5fb172477b31d3dc5bc136cc6950b Mon Sep 17 00:00:00 2001 From: "roman.artiukhin" Date: Fri, 22 Dec 2023 13:40:54 +0200 Subject: 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 --- apps/features.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/features.txt') diff --git a/apps/features.txt b/apps/features.txt index bafaa11599..1356d20e34 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -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 -- cgit v1.2.3