summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_opt.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-03-21 15:39:29 +0100
committerAnton Khirnov <anton@khirnov.net>2022-07-23 11:53:19 +0200
commit760ce4bc0bd11f74f0851c0a662dd5cae888df83 (patch)
treef08849f50d2c0b3c35eb9028366927f91d4ea816 /fftools/ffmpeg_opt.c
parent8e854cdd2e954be42d907671a7bf2826a3141f59 (diff)
fftools/ffmpeg: depend on threads
ffmpeg will be switched to a fully threaded architecture, starting with muxers.
Diffstat (limited to 'fftools/ffmpeg_opt.c')
-rw-r--r--fftools/ffmpeg_opt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index b790b090b9..01eedbeb34 100644
--- a/fftools/ffmpeg_opt.c
+++ b/fftools/ffmpeg_opt.c
@@ -1383,9 +1383,7 @@ static int open_input_file(OptionsContext *o, const char *filename)
f->pkt = av_packet_alloc();
if (!f->pkt)
exit_program(1);
-#if HAVE_THREADS
f->thread_queue_size = o->thread_queue_size;
-#endif
/* check if all codec options have been used */
unused_opts = strip_specifiers(o->g->codec_opts);