From 9ed3139a76f055473083167e95c59afd54360bd0 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 14 Feb 2022 11:09:17 -0300 Subject: avcodec/setts_bsf: add NEXT_PTS/DTS expression constants They correspond to the relevant fields from the packet that follows the one where the expressions are being applied. Signed-off-by: James Almer --- doc/bitstream_filters.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 6051dc28d2..46654e9369 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -777,6 +777,12 @@ The previous output DTS. @item PREV_OUTPTS The previous output PTS. +@item NEXT_DTS +The next input DTS. + +@item NEXT_PTS +The next input PTS. + @item TB The timebase of stream packet belongs. -- cgit v1.2.3