summaryrefslogtreecommitdiff
path: root/modules/omx/omx.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/omx/omx.h')
-rw-r--r--modules/omx/omx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/omx/omx.h b/modules/omx/omx.h
index 13d8928..6691d95 100644
--- a/modules/omx/omx.h
+++ b/modules/omx/omx.h
@@ -41,6 +41,6 @@ int omx_display_input_buffer(struct omx_state* st,
void** pbuf, uint32_t* plen);
int omx_display_flush_buffer(struct omx_state* st);
-int omx_display_enable(struct omx_state* st,
+int omx_display_enable(struct omx_state *st,
int width, int height, int stride);
-void omx_display_disable(struct omx_state* st);
+void omx_display_disable(struct omx_state *st);