[format]: coding style change

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@578 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-02-26 01:46:26 +00:00
parent 39ba615b30
commit 2422a5b2c3
2 changed files with 4 additions and 2 deletions

View File

@@ -69,6 +69,8 @@ RK_S32 VpuApi::init(VpuCodecContext *ctx, RK_U8 *extraData, RK_U32 extra_size)
vpug.CodecType = ctx->codecType;
vpug.ImgWidth = ctx->width;
vpug.ImgHeight = ctx->height;
vpug.ImgHStride = (ctx->codecType == HEVC) : (ctx->width aling 256); else
vpug.ImgVStride = ctx->height;
control(ctx, VPU_API_SET_DEFAULT_WIDTH_HEIGH, &vpug);
if (extraData != NULL) {
mpp_packet_init(&pkt, extraData, extra_size);