diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-14 15:19:26 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-15 12:28:53 +0200 |
commit | a05d02079e0fde1ff9b6abfda79ff20b38f68439 (patch) | |
tree | 104b14a9a335bff986fa3ec8005b5d1fedd34e9c /doc | |
parent | 5a2ea3cffb1ca6c99244b6a9b240cdbac27a0928 (diff) | |
download | ffmpeg-a05d02079e0fde1ff9b6abfda79ff20b38f68439.tar.gz |
showinfo: replace "CRC" by "checksum"
Indeed the Adler-32 checksum, which is computed by showinfo, is not
cyclic, so using the term "CRC" is wrong/confusing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a2557403b3..523e279d46 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1360,12 +1360,12 @@ Check also the documentation of the @code{AVPictureType} enum and of the @code{av_get_picture_type_char} function defined in @file{libavutil/avutil.h}. -@item crc -Adler-32 CRC of the input frame +@item checksum +Adler-32 checksum of all the planes of the input frame -@item plane_crc -Adler-32 CRC of each plane of the input frame, expressed in the form -"[@var{crc0} @var{crc1} @var{crc2} @var{crc3}]" +@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}]" @end table @section slicify |