summaryrefslogtreecommitdiff
path: root/libavfilter/vf_showinfo.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-10-27 22:14:57 +0200
committerClément Bœsch <ubitux@gmail.com>2011-10-27 22:14:57 +0200
commita0b7853f7a4bd323df1f3db2c15d61e2178033bc (patch)
tree6a63584fb71c80959efffa9b9c6fe3ba4d5baa16 /libavfilter/vf_showinfo.c
parentc643ba81283d44618df2ec675e2b8deea73825ca (diff)
vf_showinfo: print checksums in hexadecimal.
Diffstat (limited to 'libavfilter/vf_showinfo.c')
-rw-r--r--libavfilter/vf_showinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c
index 9ce50f44ba..d0bb0d1eff 100644
--- a/libavfilter/vf_showinfo.c
+++ b/libavfilter/vf_showinfo.c
@@ -61,7 +61,7 @@ static void end_frame(AVFilterLink *inlink)
av_log(ctx, AV_LOG_INFO,
"n:%d pts:%"PRId64" pts_time:%f pos:%"PRId64" "
"fmt:%s sar:%d/%d s:%dx%d i:%c iskey:%d type:%c "
- "checksum:%u plane_checksum:[%u %u %u %u]\n",
+ "checksum:%08X plane_checksum:[%08X %08X %08X %08X]\n",
showinfo->frame,
picref->pts, picref ->pts * av_q2d(inlink->time_base), picref->pos,
av_pix_fmt_descriptors[picref->format].name,