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

Commit 375e3495 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
(cherry picked from commit 9113c1e6)
parent d93f655a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -95,10 +95,8 @@ OMXNodeInstance::OMXNodeInstance(
      mNodeID(0),
      mHandle(NULL),
      mObserver(observer),
      mDying(false)
#ifdef __LP64__
      , mBufferIDCount(0)
#endif
      mDying(false),
      mBufferIDCount(0)
{
}