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
commit1c80821b0720175478981ac43e7ca9567b58b7c5 (patch)
tree7c1b98f98f50826073f49a952162ce07e0ed322f /media/libstagefright/include
parent34d7db5dd43000cac7e8e156d79e9f97ccbb8990 (diff)
downloadframeworks_av-1c80821b0720175478981ac43e7ca9567b58b7c5.zip
frameworks_av-1c80821b0720175478981ac43e7ca9567b58b7c5.tar.gz
frameworks_av-1c80821b0720175478981ac43e7ca9567b58b7c5.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);