Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78323e26 authored by Karsten Tausche's avatar Karsten Tausche Committed by Bharath
Browse files

FP3: Switch to more AOSP-supported media parsers

Disable following Qualcomm proprietary media parsers:
* AMR NB/WB
* MP3
* OGG
* WAV
* FLAC

They have good support in AOSP directly. The proprietary parsers for FP3
have limited support; so rely on the well-maintained open source
variants instead. Take only AOSP parsers that are part of the official
Android docs/requirements; don't check for further optional support
(yet).

Issue: FP3-A11#412
Change-Id: Ie573aebd5438891063ca590c03f68a12ec1b8d54
parent b4e14e67
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -121,8 +121,8 @@ media.stagefright.thumbnail.prefer_hw_codecs=true
#system props for the MM modules
#system props for the MM modules
media.msm8956hw=0
media.msm8956hw=0


#codecs:(PARSER_)AAC AC3 AMR_NB AMR_WB ASF DTS FLV 3G2 MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF
#codecs:(PARSER_)AAC AC3 ASF DTS FLV 3G2 MP2PS MP2TS QCP AIFF
vendor.mm.enable.qcom_parser=522975
vendor.mm.enable.qcom_parser=301779




# Others
# Others