From 4e33bae9f971ae6ddc914ea5081aab1ea3f85b31 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 28 Feb 2022 12:35:27 -0300 Subject: 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 --- doc/bitstream_filters.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3