aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoDecoderVP9Hybrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'videocodec/OMXVideoDecoderVP9Hybrid.h')
-rw-r--r--videocodec/OMXVideoDecoderVP9Hybrid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/videocodec/OMXVideoDecoderVP9Hybrid.h b/videocodec/OMXVideoDecoderVP9Hybrid.h
index ad44cc5..bee14da 100644
--- a/videocodec/OMXVideoDecoderVP9Hybrid.h
+++ b/videocodec/OMXVideoDecoderVP9Hybrid.h
@@ -68,9 +68,9 @@ private:
uint32_t mDecodedImageNewWidth;
uint32_t mDecodedImageNewHeight;
typedef bool (*OpenFunc)(void ** , void **);
- typedef bool (*InitFunc)(void *,uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, bool, uint32_t *);
+ typedef bool (*InitFunc)(void *,uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, bool, uint32_t *, bool);
typedef bool (*CloseFunc)(void *, void *);
- typedef bool (*SingalRenderDoneFunc)(void *, unsigned int);
+ typedef bool (*SingalRenderDoneFunc)(void *, unsigned int, bool);
typedef int (*DecodeFunc)(void *, void *, unsigned char *, unsigned int, bool);
typedef bool (*IsBufferAvailableFunc)(void *);
typedef int (*GetOutputFunc)(void*, void *, unsigned int *, unsigned int *);