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

Commit cb3d3a36 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android Git Automerger
Browse files

am 17a6dd60: DO NOT MERGE: MediaCodecList: remove force-added codecs for videoeditor

* commit '17a6dd60':
  DO NOT MERGE: MediaCodecList: remove force-added codecs for videoeditor
parents b6af7c63 17a6dd60
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -57,15 +57,6 @@ MediaCodecList::MediaCodecList()

    parseXMLFile(file);

    if (mInitCheck == OK) {
        // These are currently still used by the video editing suite.

        addMediaCodec(true /* encoder */, "AACEncoder", "audio/mp4a-latm");

        addMediaCodec(
                false /* encoder */, "OMX.google.raw.decoder", "audio/raw");
    }

#if 0
    for (size_t i = 0; i < mCodecInfos.size(); ++i) {
        const CodecInfo &info = mCodecInfos.itemAt(i);