[Type]
[Module] kernel / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: I7bc29017858acdd90930e0e7f842a16fd95d411d
void (*destruct)(struct AVPacket *);
void *priv;
int64_t pos; ///< byte position in stream, -1 if unknown
+ int is_mux;
/**
* Time difference in AVStream->time_base units from the pts of this
}
// return value
- writel(paramInfo.ret, svcodec->ioaddr + CODEC_RETURN_VALUE);
+ if (paramInfo.ret != 0)
+ writel((uint32_t)paramInfo.ret, svcodec->ioaddr + CODEC_RETURN_VALUE);
// api index
writel((uint32_t)paramInfo.apiIndex, svcodec->ioaddr + CODEC_API_INDEX);