summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/omx/entrypoint.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2014-01-28 06:21:14 -0700
committerChristian König <[email protected]>2014-02-06 16:19:39 +0100
commitb862cc23f203f1fd87edf44a32312491dce8bb91 (patch)
tree073101fa6295f1d46c0ab37527890e3e2ced9abf /src/gallium/state_trackers/omx/entrypoint.h
parent15e39ca28a1a98ea43729b65eb19e8e4e5e94ebc (diff)
st/omx: add workaround for bug in Bellagio
Not blocking for the message thread can lead to accessing freed up memory. Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/omx/entrypoint.h')
-rw-r--r--src/gallium/state_trackers/omx/entrypoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/omx/entrypoint.h b/src/gallium/state_trackers/omx/entrypoint.h
index 41454beb048..af7c33763c2 100644
--- a/src/gallium/state_trackers/omx/entrypoint.h
+++ b/src/gallium/state_trackers/omx/entrypoint.h
@@ -43,4 +43,6 @@ extern int omx_component_library_Setup(stLoaderComponentType **stComponents);
struct vl_screen *omx_get_screen(void);
void omx_put_screen(void);
+OMX_ERRORTYPE omx_workaround_Destructor(OMX_COMPONENTTYPE *comp);
+
#endif