diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-05-09 01:20:21 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-05-14 12:59:51 +0200 |
commit | f48f03a400ac97a18db59387250d5631a6b329a7 (patch) | |
tree | 4915fe876995e5490bada92d6ba49b022daa3adc /doc/ffprobe.texi | |
parent | 6cd06bd22c9ba2bcbe165d5e6e09334b7386dc2f (diff) | |
download | ffmpeg-f48f03a400ac97a18db59387250d5631a6b329a7.tar.gz |
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.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 47c215634d..a1af680590 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. |