diff options
author | James Almer <jamrial@gmail.com> | 2022-02-14 11:28:13 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-02-28 12:15:45 -0300 |
commit | 825fb5f1cb1a1a64f6d2e4066639c88f224bf971 (patch) | |
tree | 9d19eeada57953695d72133b2f0b45654a97429d /doc/bitstream_filters.texi | |
parent | 9ed3139a76f055473083167e95c59afd54360bd0 (diff) | |
download | ffmpeg-825fb5f1cb1a1a64f6d2e4066639c88f224bf971.tar.gz |
avcodec/setts_bsf: add constants to modify packet duration
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 46654e9369..689bb52141 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -759,6 +759,9 @@ The demux timestamp in input. @item PTS The presentation timestamp in input. +@item DURATION +The duration in input. + @item STARTDTS The DTS of the first packet. @@ -771,18 +774,27 @@ The previous input DTS. @item PREV_INPTS The previous input PTS. +@item PREV_INDURATION +The previous input duration. + @item PREV_OUTDTS The previous output DTS. @item PREV_OUTPTS The previous output PTS. +@item PREV_OUTDURATION +The previous output duration. + @item NEXT_DTS The next input DTS. @item NEXT_PTS The next input PTS. +@item NEXT_DURATION +The next input duration. + @item TB The timebase of stream packet belongs. |