diff options
Diffstat (limited to 'domx')
-rwxr-xr-x | domx/omx_proxy_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/domx/omx_proxy_common.h b/domx/omx_proxy_common.h index 7c7d6c8..2ced279 100755 --- a/domx/omx_proxy_common.h +++ b/domx/omx_proxy_common.h @@ -234,7 +234,8 @@ extern "C" OMX_U32 frame_width; OMX_U32 frame_height; OMX_U32 frame_xoffset; - OMX_U32 frame_yoffset; + OMX_U32 frame_yoffset; + OMX_U32 decoded_height; OMX_U32 stride; OMX_S32 runningFrame; OMX_U32 *y_uv[2]; |