diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-17 00:57:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-17 19:47:58 +0200 |
commit | 7703d19c40220419279670d7fc3ac22bd2a91f83 (patch) | |
tree | dc9e00ea367c0d9d11e2385e5dfe5f47628f4fe0 /doc/formats.texi | |
parent | 985920433cdb7795ca3966329c76c7a670385132 (diff) | |
download | ffmpeg-7703d19c40220419279670d7fc3ac22bd2a91f83.tar.gz |
lavf/options_table: improve option help text
Contains text suggested by carl
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r-- | doc/formats.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index 51a97f515c..b535a5f015 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -58,7 +58,8 @@ Reduce the latency introduced by optional buffering @end table @item seek2any @var{integer} (@emph{input}) -Forces seeking to enable seek to any mode if set to 1. Default is 0. +Allow seeking to non-keyframes on demuxer level when supported if set to 1. +Default is 0. @item analyzeduration @var{integer} (@emph{input}) Specify how many microseconds are analyzed to probe the input. A @@ -137,7 +138,8 @@ Also note that this affects only leading negative timestamps, and not non-monotonic negative timestamps. @item skip_initial_bytes @var{integer} (@emph{input}) -Set number initial bytes to skip. Default is 0. +Set number of bytes to skip before reading header and frames if set to 1. +Default is 0. @item correct_ts_overflow @var{integer} (@emph{input}) Correct single timestamp overflows if set to 1. Default is 1. |