[mpp_dec]:add default horstride verstrid config for first frame info set

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@579 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenSiyong
2016-02-26 03:49:52 +00:00
parent 2422a5b2c3
commit 24c3d7712e
4 changed files with 29 additions and 4 deletions

View File

@@ -66,6 +66,8 @@ typedef struct {
RK_U32 CodecType;
RK_U32 ImgWidth;
RK_U32 ImgHeight;
RK_U32 ImgHorStride;
RK_U32 ImgVerStride;
} VPU_GENERIC;
typedef struct VPUMem {