mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
intel_infoframe: Display the VIC in decimal
It's not customary to display the VIC in hexadecimal and lead me to scratch my head for a couple of seconds. Print it in decimal instead. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
9a8fda7a4a
commit
d89f4a2c1a
@ -433,7 +433,7 @@ static void dump_avi_info(Transcoder transcoder)
|
||||
frame.avi.R, frame.avi.M, frame.avi.C);
|
||||
printf("- SC: %x, Q: %x, EC: %x, ITC: %x\n",
|
||||
frame.avi.SC, frame.avi.Q, frame.avi.EC, frame.avi.ITC);
|
||||
printf("- VIC: %x, Rsvd1: %x\n", frame.avi.VIC, frame.avi.Rsvd1);
|
||||
printf("- VIC: %d, Rsvd1: %x\n", frame.avi.VIC, frame.avi.Rsvd1);
|
||||
printf("- PR: %x, Rsvd2: %x\n", frame.avi.PR, frame.avi.Rsvd2);
|
||||
printf("- top: %x, bottom: %x, left: %x, right: %x\n",
|
||||
frame.avi.top, frame.avi.bottom, frame.avi.left,
|
||||
|
Loading…
x
Reference in New Issue
Block a user