summaryrefslogtreecommitdiff
path: root/doc/bitstream_filters.texi
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-02-28 12:35:27 -0300
committerJames Almer <jamrial@gmail.com>2022-02-28 17:41:08 -0300
commit4e33bae9f971ae6ddc914ea5081aab1ea3f85b31 (patch)
tree21d819b54eadf0f820971e36e2611272d803fce5 /doc/bitstream_filters.texi
parent9c8a06a7d6ed1647185622fdc03d993a4f8d12d7 (diff)
avcodec/setts_bsf: add an option to set output time base
And a relevant constant to use it in expressions. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r--doc/bitstream_filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 87c984185d..b11d357941 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -800,6 +800,9 @@ The next input duration.
@item TB
The timebase of stream packet belongs.
+@item TB_OUT
+The output timebase.
+
@item SR
The sample rate of stream packet belongs.