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

Commit b9930418 authored by Wei Jia's avatar Wei Jia Committed by Android Git Automerger
Browse files

am eed3955c: am 5e46ca5a: am 3b130dbd: am c5121002: am c256004a: am 69ae6a87:...

am eed3955c: am 5e46ca5a: am 3b130dbd: am c5121002: am c256004a: am 69ae6a87: libstagefright: fix A_Refl to return immediately when there is an error.

* commit 'eed3955c':
  libstagefright: fix A_Refl to return immediately when there is an error.
parents 095641df eed3955c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ terms listed above has been obtained from the copyright holder.
/*----------------------------------------------------------------------------
; INCLUDES
----------------------------------------------------------------------------*/
#include <log/log.h>

#include "a_refl.h"
#include "typedef.h"
#include "cnst.h"
@@ -291,7 +293,8 @@ void A_Refl(
                {
                    refl[i] = 0;
                }
                break;
                ALOGE("b/23609206");
                return;
            }

            bState[j] = extract_l(L_temp);