diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-26 19:03:03 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-29 16:25:52 +0200 |
commit | 981d97f69789bdbf7a0cb325a70befeaeeb4d9e3 (patch) | |
tree | b3b349eb525003af53bb960d4bb88788e5671c69 | |
parent | 5c81a9ff55d33c97cf62bd947c4faee96da85296 (diff) | |
download | ffmpeg-981d97f69789bdbf7a0cb325a70befeaeeb4d9e3.tar.gz |
doc/filters: document TB variable for vf_setpts.
-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 dd5b32c42d..97236b7761 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3045,6 +3045,9 @@ the PTS of the first video frame @item INTERLACED tell if the current frame is interlaced +@item TB +the time base + @item POS original position in the file of the frame, or undefined if undefined for the current frame |