summaryrefslogtreecommitdiff
path: root/omx/video/src/openmax_il/video_encode/inc/OMX_VideoEnc_Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/video/src/openmax_il/video_encode/inc/OMX_VideoEnc_Utils.h')
-rw-r--r--omx/video/src/openmax_il/video_encode/inc/OMX_VideoEnc_Utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/omx/video/src/openmax_il/video_encode/inc/OMX_VideoEnc_Utils.h b/omx/video/src/openmax_il/video_encode/inc/OMX_VideoEnc_Utils.h
index a4f3b9d..05c3acb 100644
--- a/omx/video/src/openmax_il/video_encode/inc/OMX_VideoEnc_Utils.h
+++ b/omx/video/src/openmax_il/video_encode/inc/OMX_VideoEnc_Utils.h
@@ -69,11 +69,11 @@
#include <utils/Log.h>
/* this is the max of VIDENC_MAX_NUM_OF_IN_BUFFERS and VIDENC_MAX_NUM_OF_OUT_BUFFERS */
-#define VIDENC_MAX_NUM_OF_BUFFERS 5
+#define VIDENC_MAX_NUM_OF_BUFFERS 8
#define VIDENC_MAX_NUM_OF_IN_BUFFERS 5
-#define VIDENC_MAX_NUM_OF_OUT_BUFFERS 4
+#define VIDENC_MAX_NUM_OF_OUT_BUFFERS 8
#define VIDENC_NUM_OF_IN_BUFFERS 4
-#define VIDENC_NUM_OF_OUT_BUFFERS 4
+#define VIDENC_NUM_OF_OUT_BUFFERS 8
#define VIDENC_NUM_OF_PORTS 2