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

Commit fd4f1d63 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by android-build-merger
Browse files

Merge "SoftVorbisDec: Fix isConfigured() in vorbis decoder plugin" into qt-qpr1-dev

am: 732af189

Change-Id: I12d7d5cfa9470354598e5767a9948e75d0ed5756
parents 58084bb2 732af189
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ OMX_ERRORTYPE SoftVorbis::internalSetParameter(
}

bool SoftVorbis::isConfigured() const {
    return mInputBufferCount >= 2;
    return (mState != NULL && mVi != NULL);
}

static void makeBitReader(