diff options
author | James Almer <jamrial@gmail.com> | 2022-02-28 12:36:45 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-02-28 12:37:11 -0300 |
commit | 129f5ed87e716788191a073791a2446a6099b72f (patch) | |
tree | 54874a3b3e59e5c579e3cb276213f5613a3bb175 /doc/bitstream_filters.texi | |
parent | 825fb5f1cb1a1a64f6d2e4066639c88f224bf971 (diff) | |
download | ffmpeg-129f5ed87e716788191a073791a2446a6099b72f.tar.gz |
doc/bitstream_filters: add missing entry for the duration setts option
Forgotten in 825fb5f1cb1a1a64f6d2e4066639c88f224bf971.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 689bb52141..87c984185d 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -736,6 +736,8 @@ It accepts the following parameters: @item pts @item dts Set expressions for PTS, DTS or both. +@item duration +Set expression for duration. @end table The expressions are evaluated through the eval API and can contain the following |