[FFmpeg-cvslog] setpts: deprecate RTCTIME, we have time(0) which is more generic

Michael Niedermayer git at videolan.org
Fri Jan 25 15:32:45 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jan 25 15:14:33 2013 +0100| [495cb44172d0e258cead7e558bc9cbb4727bbd4c] | committer: Michael Niedermayer

setpts: deprecate RTCTIME, we have time(0) which is more generic

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=495cb44172d0e258cead7e558bc9cbb4727bbd4c
---

 doc/filters.texi |    1 +
 1 file changed, 1 insertion(+)

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



More information about the ffmpeg-cvslog mailing list