Disable media transcoding feature

Disable the feature since the platform has legacy avc encoders which
has no proper support for media transcoding feature.

Issue: FP3-A12#33
Issue: FP3-A12#11
Test: run cts -m CtsMediaProviderTranscodeTests
Test: run cts -m CtsMediaTranscodingTestCases
Change-Id: Id0f09d8b8e0999c176ae73643ec4a875acd85c97
diff --git a/device.mk b/device.mk
index c9521a1..7173d78 100644
--- a/device.mk
+++ b/device.mk
@@ -744,6 +744,12 @@
 	frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml
 
 
+# Disable media transcoding
+PRODUCT_VENDOR_PROPERTIES += \
+	persist.sys.fuse.transcode_user_control=true \
+	persist.sys.fuse.transcode_enabled=false
+
+
 # NFC
 PRODUCT_PACKAGES += \
 	NQNfcNci \