diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-10-27 22:14:57 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-10-27 22:14:57 +0200 |
commit | a0b7853f7a4bd323df1f3db2c15d61e2178033bc (patch) | |
tree | 6a63584fb71c80959efffa9b9c6fe3ba4d5baa16 /doc/filters.texi | |
parent | c643ba81283d44618df2ec675e2b8deea73825ca (diff) | |
download | ffmpeg-a0b7853f7a4bd323df1f3db2c15d61e2178033bc.tar.gz |
vf_showinfo: print checksums in hexadecimal.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 13 |
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 |