Skip to content

Commit

Permalink
trace: Add bit_depth capturing in trace log
Browse files Browse the repository at this point in the history
Signed-off-by: Xu, Zhengguo <zhengguo.xu@intel.com>
  • Loading branch information
Jexu authored and XinfengZhang committed May 31, 2024
1 parent 1b7d71f commit 558d03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions va/va_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -4168,6 +4168,7 @@ static void va_TraceVAPictureParameterBufferVP9(
va_TraceMsg(trace_ctx, "\tsegment_pred_probs[3]: [0x%02x, 0x%02x, 0x%02x]\n", p->segment_pred_probs[0], p->segment_pred_probs[1], p->segment_pred_probs[2]);

va_TraceMsg(trace_ctx, "\tprofile = %d\n", p->profile);
va_TraceMsg(trace_ctx, "\tbit_depth = %d\n", p->bit_depth);

va_TraceMsg(trace_ctx, NULL);

Expand Down

0 comments on commit 558d03b

Please sign in to comment.