From 13678cdc6cdcd7fe23f7ae7659973b5812072443 Mon Sep 17 00:00:00 2001 From: "sayon.chen" Date: Wed, 2 Aug 2017 10:14:49 +0800 Subject: [PATCH] [h265d]: hiding the vps_id information It is anxious. Change-Id: I094762fc3fa779cadbce4bfdde424090ecfe0acf Signed-off-by: sayon.chen --- mpp/codec/dec/h265/h265d_ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpp/codec/dec/h265/h265d_ps.c b/mpp/codec/dec/h265/h265d_ps.c index d75ef70a..16e49f37 100644 --- a/mpp/codec/dec/h265/h265d_ps.c +++ b/mpp/codec/dec/h265/h265d_ps.c @@ -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);