diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-11-06 22:38:08 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-11-12 17:23:01 +0800 |
commit | ec6187b05be51f93af303db3f4364010fe16fee0 (patch) | |
tree | b534cb334e143122bccb58936ec4e3fdca8088a8 /doc | |
parent | 511096c3a00b31bd5dfc540b9b56e64e2f85317d (diff) | |
download | ffmpeg-ec6187b05be51f93af303db3f4364010fe16fee0.tar.gz |
avfilter/src_movie: make the number of decode thread configurable
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 06aa3594d5..6ab41706e5 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -28356,6 +28356,9 @@ changed, so it will generate non monotonically increasing timestamps. Specifies the time difference between frames above which the point is considered a timestamp discontinuity which is removed by adjusting the later timestamps. + +@item dec_threads +Specifies the number of threads for decoding @end table It allows overlaying a second video on top of the main input of |