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

Commit c52399b3 authored by Michael Gernoth's avatar Michael Gernoth
Browse files

stagefright: fix ExtendedCodec::setVideoFormat for non-qcom

Change-Id: Iccd9ed417ca741ed90407853842171f11717bb88
parent 7ede9d80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1254,7 +1254,7 @@ namespace android {
    }

    status_t ExtendedCodec::setVideoFormat(
            const char *mime,
            const sp<AMessage> &msg, const char* mime,
            OMX_VIDEO_CODINGTYPE *compressionFormat) {
        ARG_TOUCH(mime);
        ARG_TOUCH(compressionFormat);