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:
Damien Lespiau 2013-09-16 17:52:41 +01:00
parent 9a8fda7a4a
commit d89f4a2c1a

View File

@ -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,