diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-03-19 00:09:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-03-19 17:31:16 +0100 |
commit | 18f43de96497ad7f4ca1ea3e8002eb55c522b86f (patch) | |
tree | e8e76090fadef7add44ab77b54ccc783b76497e1 /doc/ffmpeg-formats.texi | |
parent | 2bac6b6f5ee846348262fe3c9b58334e6e063740 (diff) | |
download | ffmpeg-18f43de96497ad7f4ca1ea3e8002eb55c522b86f.tar.gz |
doc/ffmpeg,ffmpeg-formats: avoid to mention ffmpeg options from formats.texi
Also extends documentation for timestamp related ffmpeg options, in order
to make more apparent the fact that muxer processing may change the
timestamps values.
Diffstat (limited to 'doc/ffmpeg-formats.texi')
-rw-r--r-- | doc/ffmpeg-formats.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi index 26596278cd..db9215c616 100644 --- a/doc/ffmpeg-formats.texi +++ b/doc/ffmpeg-formats.texi @@ -151,11 +151,6 @@ been without shifting. Also note that this affects only leading negative timestamps, and not non-monotonic negative timestamps. - -When avoid_negative_ts is used together with copyts, vsync or async then -avoid_negative_ts is applied last. This is neccessary so that containers -which do not support negative timestamps wont get any and can be used -with vsync/async and copyts. @end table @c man end FORMAT OPTIONS |