diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-09-01 11:07:17 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-09-04 12:28:28 +0200 |
commit | 0ebfdae099d2749240b6a565abcdf0bf62589748 (patch) | |
tree | 5045c3e93776d952f671270bd7eb284e32a0ae0d /doc | |
parent | b4ec7a5fee644ad9882e10c097817b65447b8e55 (diff) | |
download | ffmpeg-streaming-0ebfdae099d2749240b6a565abcdf0bf62589748.zip ffmpeg-streaming-0ebfdae099d2749240b6a565abcdf0bf62589748.tar.gz |
doc: Describe TB option of setpts filter
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 52971c7..fbc3f83 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2112,6 +2112,9 @@ wallclock (RTC) time in microseconds @item RTCSTART wallclock (RTC) time at the start of the movie in microseconds +@item TB +timebase of the input timestamps + @end table Some examples follow: |