summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-01-25 17:45:27 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-01-25 17:45:27 +0100
commite4e36a4dd290a88c4957400672f9e0c4d092bc86 (patch)
tree18ff06528cb3d1a76c65393f643f7c818f6a18b4 /doc
parentb7d34b328b10f2aa4f9aea4606197e934cd09675 (diff)
doc/filters: apply minor fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9edec47bf5..ef10f89baf 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5468,12 +5468,11 @@ previous output PTS
previous output time in seconds
@item RTCTIME
-wallclock (RTC) time in microseconds
-Deprecated, use time(0)
+wallclock (RTC) time in microseconds. This is deprecated, use time(0)
+instead.
@item RTCSTART
wallclock (RTC) time at the start of the movie in microseconds
-
@end table
@subsection Examples
@@ -5516,7 +5515,7 @@ setpts=PTS+10/TB
@end example
@item
-generate timestamps from a "live source" and rebase onto the current timebase
+Generate timestamps from a "live source" and rebase onto the current timebase:
@example
setpts='(RTCTIME - RTCSTART) / (TB * 1000000)'
@end example