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

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

FP3: Disable proprietary 3GP parser

The proprietary parser has security issues and won't receive updates
anymore on the msm8953 platform. Unset bit 8 of the bitmask to disable
it and fall back to AOSP parsers.

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

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


# Others