From a0b7853f7a4bd323df1f3db2c15d61e2178033bc Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 27 Oct 2011 22:14:57 +0200 Subject: vf_showinfo: print checksums in hexadecimal. --- doc/filters.texi | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 76266af37b..9530112e32 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -216,11 +216,12 @@ sample rate for the audio frame if the packing format is planar, 0 if packed @item checksum -Adler-32 checksum of all the planes of the input frame +Adler-32 checksum (printed in hexadecimal) of all the planes of the input frame @item plane_checksum -Adler-32 checksum for each input frame plane, expressed in the form -"[@var{c0} @var{c1} @var{c2} @var{c3} @var{c4} @var{c5} @var{c6} @var{c7}]" +Adler-32 checksum (printed in hexadecimal) for each input frame plane, +expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3} @var{c4} @var{c5} +@var{c6} @var{c7}]" @end table @c man end AUDIO FILTERS @@ -2187,11 +2188,11 @@ the @code{av_get_picture_type_char} function defined in @file{libavutil/avutil.h}. @item checksum -Adler-32 checksum of all the planes of the input frame +Adler-32 checksum (printed in hexadecimal) of all the planes of the input frame @item plane_checksum -Adler-32 checksum of each plane of the input frame, expressed in the form -"[@var{c0} @var{c1} @var{c2} @var{c3}]" +Adler-32 checksum (printed in hexadecimal) of each plane of the input frame, +expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]" @end table @section slicify -- cgit v1.2.3