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

Commit 9042b116 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android (Google) Code Review
Browse files

Merge "MediaCodecList: remove force-added codecs for videoeditor" into lmp-preview-dev

parents cc839bd4 dcec687a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -70,11 +70,6 @@ void MediaCodecList::parseTopLevelXMLFile(const char *codecs_xml) {
        return;
    }

    // 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");

    for (size_t i = mCodecInfos.size(); i-- > 0;) {
        CodecInfo *info = &mCodecInfos.editItemAt(i);