From 4f3e2f107b6315ae4ea74799c2a6314ded3b595d Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 21 Apr 2014 17:49:33 +0200 Subject: ffprobe: add -show_data_hash option. --- doc/ffprobe.texi | 4 ++++ doc/ffprobe.xsd | 2 ++ 2 files changed, 6 insertions(+) (limited to 'doc') 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. diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 2d933c12f7..32afa62064 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -50,6 +50,7 @@ + @@ -153,6 +154,7 @@ + -- cgit v1.2.3