summaryrefslogtreecommitdiff
path: root/modules/omx
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-04-06 18:40:56 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-04-06 18:40:56 +0200
commitc26004917e1a844f9ded3457b02c737a75b20373 (patch)
treef3c5261ee02141dadc361f91ee69e1a44a1aa6f0 /modules/omx
parentae1f6ea602a5b206f61e678b5249c01abe7cb7df (diff)
omx: remove unused struct members
Diffstat (limited to 'modules/omx')
-rw-r--r--modules/omx/omx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/omx/omx.h b/modules/omx/omx.h
index 5ca49bf..2fb349b 100644
--- a/modules/omx/omx.h
+++ b/modules/omx/omx.h
@@ -27,14 +27,10 @@
#include <unistd.h>
struct omx_state {
- pthread_mutex_t omx_mutex;
-
OMX_HANDLETYPE video_render;
OMX_BUFFERHEADERTYPE** buffers;
int num_buffers;
int current_buffer;
-
- int width, height;
};
int omx_init(struct omx_state* st);