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

Commit 9113c1e6 authored by Andy Hung's avatar Andy Hung
Browse files

IOMX: Clear buffer id for arm32

Initial counter needs to be cleared for ease of debugging.

Bug: 20634516
Change-Id: I4131d759b9cc296bbecf25a53433d42b22ef228f
parent 0a62c194
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -169,10 +169,8 @@ OMXNodeInstance::OMXNodeInstance(
      mNodeID(0),
      mHandle(NULL),
      mObserver(observer),
      mDying(false)
#ifdef __LP64__
      , mBufferIDCount(0)
#endif
      mDying(false),
      mBufferIDCount(0)
{
    mName = ADebug::GetDebugName(name);
    DEBUG = ADebug::GetDebugLevelFromProperty(name, "debug.stagefright.omx-debug");