diff options
author | James Almer <jamrial@gmail.com> | 2022-02-14 11:09:17 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-02-28 12:13:22 -0300 |
commit | 9ed3139a76f055473083167e95c59afd54360bd0 (patch) | |
tree | 78081b85511bfefd71894dffe1054dced6b798fa /doc/bitstream_filters.texi | |
parent | d75e7a9a83b2774900bcb5c58236c108d11af041 (diff) | |
download | ffmpeg-9ed3139a76f055473083167e95c59afd54360bd0.tar.gz |
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 <jamrial@gmail.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
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. |