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

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

Merge "SoftVorbisDec: Fix isConfigured() in vorbis decoder plugin" am: 90982f28

am: c2036c25

Change-Id: I2e2e025c8f8c0cde712978f9211b406a96cbf6f9
parents 63923498 c2036c25
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(