diff options
author | James Almer <jamrial@gmail.com> | 2022-03-01 18:24:03 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-03-01 18:24:03 -0300 |
commit | a1fff6566b84b4f53d459ca9532ba8ee43a18d38 (patch) | |
tree | 133ae9f07b1c5d12ef4838b583a11fc664d01027 /doc/bitstream_filters.texi | |
parent | 84f5583078699e96b040f4f41b39720b683326d0 (diff) | |
download | ffmpeg-a1fff6566b84b4f53d459ca9532ba8ee43a18d38.tar.gz |
doc/bitstream_filters: add missing entry for the time_base setts option
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 b11d357941..a0092878c8 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -738,6 +738,8 @@ It accepts the following parameters: Set expressions for PTS, DTS or both. @item duration Set expression for duration. +@item time_base +Set output time base. @end table The expressions are evaluated through the eval API and can contain the following |