Commit 0eb1a356 authored by Stefano Sabatini's avatar Stefano Sabatini

Prefer "foo" over ``foo'' in the ffprobe docs.

Originally committed as revision 25055 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bdecdd2b
...@@ -50,8 +50,8 @@ keyN=valN ...@@ -50,8 +50,8 @@ keyN=valN
@end example @end example
Metadata tags stored in the container or in the streams are recognized Metadata tags stored in the container or in the streams are recognized
and printed in the corresponding ``FORMAT'' or ``STREAM'' section, and and printed in the corresponding "FORMAT" or "STREAM" section, and
are prefixed by the string ``TAG:''. are prefixed by the string "TAG:".
@c man end @c man end
...@@ -75,7 +75,7 @@ Show the unit of the displayed values. ...@@ -75,7 +75,7 @@ Show the unit of the displayed values.
@item -prefix @item -prefix
Show a SI prefixes of the displayed values. 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. are decimal.
@item -byte_binary_prefix @item -byte_binary_prefix
...@@ -86,28 +86,28 @@ Use sexagesimal format HH:MM:SS.MICROSECONDS for time values. ...@@ -86,28 +86,28 @@ Use sexagesimal format HH:MM:SS.MICROSECONDS for time values.
@item -pretty @item -pretty
Prettify the format of the displayed values, it corresponds to the 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 @item -show_format
Show information about the container format of the input multimedia Show information about the container format of the input multimedia
stream. stream.
All the container format information is printed within a section with All the container format information is printed within a section with
name ``FORMAT''. name "FORMAT".
@item -show_packets @item -show_packets
Show information about each packet contained in the input multimedia Show information about each packet contained in the input multimedia
stream. stream.
The information for each single packet is printed within a dedicated The information for each single packet is printed within a dedicated
section with name ``PACKET''. section with name "PACKET".
@item -show_streams @item -show_streams
Show information about each media stream contained in the input Show information about each media stream contained in the input
multimedia stream. multimedia stream.
Each media stream information is printed within a dedicated section Each media stream information is printed within a dedicated section
with name ``STREAM''. with name "STREAM".
@end table @end table
@c man end @c man end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment