From f2af5a2c607e71ff4cd39da28b077c0a68b206fe Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Tue, 24 May 2011 14:53:30 -0700 Subject: Make sure the software mpeg4 decoder supports multiple input frames per input buffer to enable faster throughput in ACodec. Change-Id: I6f6a1c70d9446f9d52c3df257b2d22358b0e71f4 --- media/libstagefright/omx/SoftOMXPlugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'media/libstagefright/omx') diff --git a/media/libstagefright/omx/SoftOMXPlugin.cpp b/media/libstagefright/omx/SoftOMXPlugin.cpp index 6bd6624..cfbcb96 100644 --- a/media/libstagefright/omx/SoftOMXPlugin.cpp +++ b/media/libstagefright/omx/SoftOMXPlugin.cpp @@ -21,6 +21,7 @@ #include "SoftOMXPlugin.h" #include "include/SoftOMXComponent.h" +#include #include #include @@ -128,6 +129,7 @@ OMX_ERRORTYPE SoftOMXPlugin::destroyComponentInstance( void *libHandle = me->libHandle(); + CHECK_EQ(me->getStrongCount(), 1); me->decStrong(this); me = NULL; -- cgit v1.1