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

Commit 90982f28 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 595bb9f7 dc63d2b2
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(