mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-28 19:31:45 +08:00
[h265d]: hiding the vps_id information
It is anxious. Change-Id: I094762fc3fa779cadbce4bfdde424090ecfe0acf Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
This commit is contained in:
@@ -1038,7 +1038,7 @@ int mpp_hevc_decode_nal_vps(HEVCContext *s)
|
||||
|
||||
READ_BITS(gb, 4, &vps_id);
|
||||
|
||||
mpp_log("vps_id = 0x%x", vps_id);
|
||||
h265d_dbg(H265D_DBG_VPS, "vps_id = 0x%x", vps_id);
|
||||
|
||||
if (vps_id >= MAX_VPS_COUNT) {
|
||||
mpp_err( "VPS id out of range: %d\n", vps_id);
|
||||
|
||||
Reference in New Issue
Block a user