[FFmpeg-cvslog] doc/codecs: Cosmetics in the flags2 description
Timothy Gu
git at videolan.org
Fri Oct 11 20:06:10 CEST 2013
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Mon Sep 23 19:04:12 2013 -0700| [a55e813e5394732eb806def67035b6c7980b53fb] | committer: Michael Niedermayer
doc/codecs: Cosmetics in the flags2 description
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a55e813e5394732eb806def67035b6c7980b53fb
---
doc/codecs.texi | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 50d45f0..b713672 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -779,19 +779,19 @@ decoding starts.
Possible values:
@table @samp
@item fast
-allow non spec compliant speedup tricks
+Allow non spec compliant speedup tricks.
@item sgop
-Deprecated, use mpegvideo private options instead
+Deprecated, use mpegvideo private options instead.
@item noout
-skip bitstream encoding
+Skip bitstream encoding.
@item local_header
-place global headers at every keyframe instead of in extradata
+Place global headers at every keyframe instead of in extradata.
@item chunks
-Frame data might be split into multiple chunks
+Frame data might be split into multiple chunks.
@item showall
-Show all frames before the first keyframe
+Show all frames before the first keyframe.
@item skiprd
-Deprecated, use mpegvideo private options instead
+Deprecated, use mpegvideo private options instead.
@end table
@item error @var{integer} (@emph{encoding,video})
More information about the ffmpeg-cvslog
mailing list