diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-07 09:10:50 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-07 09:10:50 +0000 |
commit | 0eb1a3569e17b4afb1328df12f1b72b21025ef5e (patch) | |
tree | 444dba1c75f347bd9a53131ed9312a1583f0ba70 | |
parent | bdecdd2bfcdfa2cdad10befc73b94ec3e624066f (diff) | |
download | ffmpeg-0eb1a3569e17b4afb1328df12f1b72b21025ef5e.tar.gz |
Prefer "foo" over ``foo'' in the ffprobe docs.
Originally committed as revision 25055 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffprobe-doc.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ffprobe-doc.texi b/doc/ffprobe-doc.texi index 2f1d4ff1c6..2ce4bc02a3 100644 --- a/doc/ffprobe-doc.texi +++ b/doc/ffprobe-doc.texi @@ -50,8 +50,8 @@ keyN=valN @end example Metadata tags stored in the container or in the streams are recognized -and printed in the corresponding ``FORMAT'' or ``STREAM'' section, and -are prefixed by the string ``TAG:''. +and printed in the corresponding "FORMAT" or "STREAM" section, and +are prefixed by the string "TAG:". @c man end @@ -75,7 +75,7 @@ Show the unit of the displayed values. @item -prefix Show a SI prefixes of the displayed values. -Unless ``-byte_binary_prefix'' option is used all the prefix +Unless "-byte_binary_prefix" option is used all the prefix are decimal. @item -byte_binary_prefix @@ -86,28 +86,28 @@ Use sexagesimal format HH:MM:SS.MICROSECONDS for time values. @item -pretty Prettify the format of the displayed values, it corresponds to the -options ``-unit -prefix -byte_binary_prefix -sexagesimal''. +options "-unit -prefix -byte_binary_prefix -sexagesimal". @item -show_format Show information about the container format of the input multimedia stream. All the container format information is printed within a section with -name ``FORMAT''. +name "FORMAT". @item -show_packets Show information about each packet contained in the input multimedia stream. The information for each single packet is printed within a dedicated -section with name ``PACKET''. +section with name "PACKET". @item -show_streams Show information about each media stream contained in the input multimedia stream. Each media stream information is printed within a dedicated section -with name ``STREAM''. +with name "STREAM". @end table @c man end |