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

Commit 5917b17d authored by Steve Kondik's avatar Steve Kondik
Browse files

Revert "libstagefright: set frame packing from codec config"

 * With Venus 1.6, this patch causes the decoder to freeze
   during a new CTS case. Since we aren't using frame packing
   anyway, revert this.

This reverts commit 8356ac84.

Change-Id: I661c84727976aab8a81824279ee1a2fefdd5f8a3
parent a7191f06
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -551,9 +551,6 @@ void ExtendedCodec::configureVideoDecoder(
        return;
    }

    // set frame packing
    configureFramePackingFormat(msg, OMXhandle, nodeID, componentName);

    setDIVXFormat(msg, mime, OMXhandle, nodeID, kPortIndexOutput);
    AString fileFormat;
    const char *fileFormatCStr = NULL;
+2 −0
Original line number Diff line number Diff line
@@ -913,6 +913,8 @@ status_t OMXCodec::configureCodec(const sp<MetaData> &meta) {
            }

#ifdef QCOM_HARDWARE
            ExtendedCodec::configureFramePackingFormat(
                    meta, mOMX, mNode, mComponentName);
            ExtendedCodec::enableSmoothStreaming(
                    mOMX, mNode, &mInSmoothStreamingMode, mComponentName);
#endif