summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2012-12-17 16:35:08 -0800
committerMarco Nelissen <marcone@google.com>2012-12-18 15:16:00 -0800
commit6fc72b01a3b67903b52f1d33b1ad5c960b5365f1 (patch)
tree329c9f306defb16fb17e085af0596bb9a6be4718 /media/libstagefright/include
parent53bc0a2fc54330534330118edd5c393f39eff8ab (diff)
downloadframeworks_av-6fc72b01a3b67903b52f1d33b1ad5c960b5365f1.zip
frameworks_av-6fc72b01a3b67903b52f1d33b1ad5c960b5365f1.tar.gz
frameworks_av-6fc72b01a3b67903b52f1d33b1ad5c960b5365f1.tar.bz2
Make codecs reconfigurable
Change-Id: I3dd46cb4401493becbf6152f4dcd5a8f1e9a0b44
Diffstat (limited to 'media/libstagefright/include')
-rw-r--r--media/libstagefright/include/SimpleSoftOMXComponent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/include/SimpleSoftOMXComponent.h b/media/libstagefright/include/SimpleSoftOMXComponent.h
index 50cd275..f8c61eb 100644
--- a/media/libstagefright/include/SimpleSoftOMXComponent.h
+++ b/media/libstagefright/include/SimpleSoftOMXComponent.h
@@ -71,6 +71,7 @@ protected:
virtual void onPortFlushCompleted(OMX_U32 portIndex);
virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
+ virtual void onReset();
PortInfo *editPortInfo(OMX_U32 portIndex);