mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
关闭多余的log
This commit is contained in:
parent
305f272344
commit
49ef6c4fc1
@ -634,7 +634,7 @@ static inline int decodeVuiParameters(void *pvBuf, T_SPS *ptSps)
|
||||
if (ptSps->iNumReorderFrames > 16U
|
||||
/* max_dec_frame_buffering || max_dec_frame_buffering > 16 */)
|
||||
{
|
||||
RPT(RPT_ERR, "Clipping illegal iNumReorderFrames %d\n",
|
||||
RPT(RPT_DBG, "Clipping illegal iNumReorderFrames %d\n",
|
||||
ptSps->iNumReorderFrames);
|
||||
ptSps->iNumReorderFrames = 16;
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user