From f48f03a400ac97a18db59387250d5631a6b329a7 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 9 May 2012 01:20:21 +0200 Subject: ffprobe: add "noprint_wrappers" option to default writer The option is useful for simplifying parsing. Also use the new option in fate, in order to fix the regression introduced by the previous commit. --- doc/ffprobe.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/ffprobe.texi') diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 47c2156..a1af680 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -195,6 +195,19 @@ 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 + +@item noprint_wrappers, nw +If set to 1 specify not to print the section header and footer. +Default value is 0. + +@end table + @section compact Compact format. -- cgit v1.1