Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Unified Diff: source/patched-ffmpeg-mt/doc/ffprobe-doc.texi

Issue 3384002: ffmpeg source update for sep 09 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/patched-ffmpeg-mt/doc/ffmpeg-doc.texi ('k') | source/patched-ffmpeg-mt/doc/filters.texi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/patched-ffmpeg-mt/doc/ffprobe-doc.texi
===================================================================
--- source/patched-ffmpeg-mt/doc/ffprobe-doc.texi (revision 59334)
+++ source/patched-ffmpeg-mt/doc/ffprobe-doc.texi (working copy)
@@ -50,8 +50,8 @@
@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
@@ -74,8 +74,8 @@
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
+Use SI prefixes for the displayed values.
+Unless the "-byte_binary_prefix" option is used all the prefixes
are decimal.
@item -byte_binary_prefix
@@ -86,28 +86,28 @@
@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
« no previous file with comments | « source/patched-ffmpeg-mt/doc/ffmpeg-doc.texi ('k') | source/patched-ffmpeg-mt/doc/filters.texi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698