diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-25 15:14:33 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-25 15:14:33 +0100 |
commit | 495cb44172d0e258cead7e558bc9cbb4727bbd4c (patch) | |
tree | 15a02ba58fcce07a12d97d6153a6fb505a77bfd5 /doc/filters.texi | |
parent | fc2922836bc289e443c0c7a20450bf8f03c0785d (diff) | |
download | ffmpeg-streaming-495cb44172d0e258cead7e558bc9cbb4727bbd4c.zip ffmpeg-streaming-495cb44172d0e258cead7e558bc9cbb4727bbd4c.tar.gz |
setpts: deprecate RTCTIME, we have time(0) which is more generic
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 583cc30..ff0dedc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5469,6 +5469,7 @@ previous output time in seconds @item RTCTIME wallclock (RTC) time in microseconds +Deprecated, use time(0) @item RTCSTART wallclock (RTC) time at the start of the movie in microseconds |