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

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

am c256004a: am 69ae6a87: libstagefright: fix A_Refl to return immediately when there is an error.

* commit 'c256004a':
  libstagefright: fix A_Refl to return immediately when there is an error.
parents c191482e c256004a
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);