mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-13 12:53:41 +08:00
[h264e_ctrl]: modify rc cfg validate log
Change-Id: I0a58171efa1f116b7ed3d822575d86161d1e4c78 Signed-off-by: Lin Kesheng <lks@rock-chips.com>
This commit is contained in:
@@ -162,7 +162,7 @@ bool_e SetParameter(H264ECtx * inst, const H264EncConfig * pEncCfg)
|
||||
|
||||
if (mb_rate > H264MaxMBPS[inst->seqParameterSet.levelIdx]) {
|
||||
mpp_log("input mb rate %d is larger than restriction %d\n",
|
||||
inst->mbPerFrame, H264MaxMBPS[inst->seqParameterSet.levelIdx]);
|
||||
mb_rate, H264MaxMBPS[inst->seqParameterSet.levelIdx]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user