]> git.sesse.net Git - ffmpeg/commit
fftools/ffmpeg: make specifying thread_queue_size turn on threaded input
authorMarton Balint <cus@passwd.hu>
Sat, 4 Jul 2020 21:43:12 +0000 (23:43 +0200)
committerMarton Balint <cus@passwd.hu>
Wed, 29 Jul 2020 21:10:12 +0000 (23:10 +0200)
commit53a4620fbae20b640d7fd75a64a6d3ff6dcc8b43
tree59e21ad899a8dc19325f2d58bf805b64a9b97333
parent6ceaeecaf562020f25beab0614157fb2dae32391
fftools/ffmpeg: make specifying thread_queue_size turn on threaded input

Threaded input can increase smoothness of e.g. x11grab significantly. Before
this patch, in order to activate threaded input the user had to specify a
"dummy" additional input, with this change it is no longer required.

Signed-off-by: Marton Balint <cus@passwd.hu>
doc/ffmpeg.texi
fftools/ffmpeg.c
fftools/ffmpeg_opt.c