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

Commit 707a0623 authored by Manish Singh's avatar Manish Singh Committed by Automerger Merge Worker
Browse files

Merge "Disable MTP transcoding by default" into sc-dev am: 86791037

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/13474960

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic4c74d254d2ef87d11e04b6d9ab7cae36ef80153
parents 41d7f62d 86791037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -793,7 +793,7 @@ MtpResponseCode MtpServer::doGetObject() {
    mtp_file_range mfr;
    struct stat sstat;
    uint64_t finalsize;
    bool transcode = android::base::GetBoolProperty("sys.fuse.transcode_mtp", true);
    bool transcode = android::base::GetBoolProperty("sys.fuse.transcode_mtp", false);
    ALOGD("Mtp transcode = %d", transcode);
    mfr.fd = mDatabase->openFilePath(filePath, transcode);
    // Doing this here because we want to update fileLength only for this case and leave the