summaryrefslogtreecommitdiff
path: root/properties.mk
diff options
context:
space:
mode:
authorVasantha Balla <vballa@codeaurora.org>2019-10-14 19:15:32 +0530
committerdianlujitao <dianlujitao@lineageos.org>2020-06-01 14:07:53 +0800
commit9091422fa18001c93c9202d19e32499d296a5ad2 (patch)
tree220e96c3f04e6bed94db5f9fb973eb3391d049ba /properties.mk
parent9cc5782fc1ecbabf76d27a83e6183cd806f7ffd0 (diff)
sdm660-common: Disable PQ by default in encoder
Disable PQ feature by default on sdm660 Change-Id: I42014b3897c2b817872d07b71412540093fa594e
Diffstat (limited to 'properties.mk')
-rw-r--r--properties.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/properties.mk b/properties.mk
index 9043a0b..79c891c 100644
--- a/properties.mk
+++ b/properties.mk
@@ -139,7 +139,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
media.stagefright.thumbnail.prefer_hw_codecs=true \
vendor.vidc.dec.enable.downscalar=1 \
- vendor.vidc.enc.disable_bframes=1
+ vendor.vidc.enc.disable_bframes=1 \
+ vendor.vidc.enc.disable.pq=true
# Netflix
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \