summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentc643ba81283d44618df2ec675e2b8deea73825ca (diff)
vf_showinfo: print checksums in hexadecimal.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi13
1 files changed, 7 insertions, 6 deletions
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