From cb309922cb196ccd49eb0dc27076f6a6a9eb9085 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 16 Nov 2012 10:25:16 +0100 Subject: [PATCH] doc/ffprobe: factorize definition of writers syntax The writers option syntax was unified. --- doc/ffprobe.texi | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 6295eb35bc..7b47fbabae 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -201,8 +201,9 @@ Read @var{input_file}. A writer defines the output format adopted by @command{ffprobe}, and will be used for printing all the parts of the output. -A writer may accept one or more arguments, which specify the options to -adopt. +A writer may accept one or more arguments, which specify the options +to adopt. The options are specified as a list of @var{key}=@var{value} +pairs, separated by ":". A description of the currently available writers follows. @@ -221,9 +222,6 @@ keyN=valN Metadata tags are printed as a line in the corresponding FORMAT or STREAM section, and are prefixed by the string "TAG:". -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - A description of the accepted options follows. @table @option @@ -253,9 +251,6 @@ Metadata tags are printed in the corresponding "format" or "stream" section. A metadata tag key, if printed, is prefixed by the string "tag:". -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted options follows. @table @option @@ -307,9 +302,6 @@ A free-form output where each line contains an explicit key=value, such as directly embedded in sh scripts as long as the separator character is an alphanumeric character or an underscore (see @var{sep_char} option). -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted options follows. @table @option @@ -372,9 +364,6 @@ JSON based format. Each section is printed using JSON notation. -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted options follows. @table @option @@ -401,9 +390,6 @@ Note that the output issued will be compliant to the (@option{unit}, @option{prefix}, @option{byte_binary_prefix}, @option{sexagesimal} etc.) are specified. -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted options follows. @table @option -- 2.11.0