diff options
author | Timothy Gu | 2013-09-23 19:04:12 -0700 |
---|---|---|
committer | Michael Niedermayer | 2013-10-11 19:57:47 +0200 |
commit | a55e813e5394732eb806def67035b6c7980b53fb (patch) | |
tree | 3f3389ed274eb927e46d88798bfd70abdda50f0f | |
parent | dfb89fee2d2bd54272e6a4ad6b5eb663e63f9b41 (diff) |
doc/codecs: Cosmetics in the flags2 description
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/codecs.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 50d45f0312..b713672452 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}) |