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

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

FP3: Disable proprietary MKV parser

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

Issue: FP3SEC-406
Change-Id: Iada98fc8b48cd515fcabff0e6b44758efd824a71
parent ff022b23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -120,8 +120,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 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE
vendor.mm.enable.qcom_parser=1048543
#codecs:(PARSER_)AAC AC3 AMR_NB AMR_WB ASF DTS FLV 3GP 3G2 MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE
vendor.mm.enable.qcom_parser=1047519


# Others