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

Commit 3fea0410 authored by Feng Yu's avatar Feng Yu Committed by Jessica Wagantall
Browse files

Fix build break from SoftMPEG4Encoder.cpp

CYNGNOS-3286
Change-Id: I9b337a5ec8dd3997af274a7038aef19d0f2154bd
parent 9a6a1639
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ OMX_ERRORTYPE SoftMPEG4Encoder::initEncParams() {
        ALOGE("Failed to get default encoding parameters");
        return OMX_ErrorUndefined;
    }
    if (mVideoFrameRate == 0) {
    if (mFramerate == 0) {
        ALOGE("Framerate should not be 0");
        return OMX_ErrorUndefined;
    }