diff options
author | Nicolas George <george@nsup.org> | 2014-04-21 17:49:33 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-08-17 11:30:55 +0200 |
commit | 4f3e2f107b6315ae4ea74799c2a6314ded3b595d (patch) | |
tree | ceb5df41b326d435e2f1697a9fbd2bbe46704480 /doc/ffprobe.texi | |
parent | 32c712f1437b7f3db889cec19dcb53f757a1dea6 (diff) | |
download | ffmpeg-4f3e2f107b6315ae4ea74799c2a6314ded3b595d.tar.gz |
ffprobe: add -show_data_hash option.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 8de8956b75..bf6cc59d12 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -119,6 +119,10 @@ Show payload data, as a hexadecimal and ASCII dump. Coupled with The dump is printed as the "data" field. It may contain newlines. +@item -show_data_hash @var{algorithm} +Show a hash of payload data, for packets with @option{-show_packets} and for +codec extradata with @option{-show_streams}. + @item -show_error Show information about the error found when trying to probe the input. |