[compile]: remove warnings in vs

Change-Id: I468c8d9094a76e42a0a45e3c3541f1f41fc40b3c
Signed-off-by: leo.ding <leo.ding@rock-chips.com>
This commit is contained in:
leo.ding
2016-08-25 21:33:31 +08:00
parent 27c91bb301
commit 83222e8ed7
9 changed files with 17 additions and 17 deletions

View File

@@ -1134,7 +1134,7 @@ MPP_RET jpegd_prepare(void *ctx, MppPacket pkt, HalDecTask *task)
JpegParserCtx->pts = mpp_packet_get_pts(pkt);
JpegParserCtx->eos = mpp_packet_get_eos(pkt);
pkt_length = mpp_packet_get_length(pkt);
pkt_length = (RK_U32)mpp_packet_get_length(pkt);
pPacket = pPos = mpp_packet_get_pos(pkt);
if (JpegParserCtx->eos) {