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

Commit 892f7572 authored by Steve Kondik's avatar Steve Kondik
Browse files

ignore sf error

Change-Id: Ic7da82644335209aa6b9e6378917c79596b3d65f
parent 41ba6926
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1090,6 +1090,8 @@ status_t OMXCodec::getVideoProfileLevel(
    CODEC_LOGV("Default profile: %ld, level %ld",
            defaultProfileLevel.mProfile, defaultProfileLevel.mLevel);

    return OK;

    // Are the default profile and level overwriten?
    int32_t profile, level;
    if (!meta->findInt32(kKeyVideoProfile, &profile)) {