diff --git a/debian/patches/0062-tune-the-default-inter-thread-queue-sizes.patch b/debian/patches/0062-tune-the-default-inter-thread-queue-sizes.patch index d7224d26b8f..dfd752fbb64 100644 --- a/debian/patches/0062-tune-the-default-inter-thread-queue-sizes.patch +++ b/debian/patches/0062-tune-the-default-inter-thread-queue-sizes.patch @@ -2,13 +2,7 @@ Index: FFmpeg/fftools/ffmpeg_sched.h =================================================================== --- FFmpeg.orig/fftools/ffmpeg_sched.h +++ FFmpeg/fftools/ffmpeg_sched.h -@@ -238,12 +238,15 @@ int sch_add_mux(Scheduler *sch, SchThrea - * Default size of a packet thread queue. For muxing this can be overridden by - * the thread_queue_size option as passed to a call to sch_add_mux(). - */ --#define DEFAULT_PACKET_THREAD_QUEUE_SIZE 8 -+#define DEFAULT_PACKET_THREAD_QUEUE_SIZE 1 - +@@ -243,7 +243,10 @@ int sch_add_mux(Scheduler *sch, SchThrea /** * Default size of a frame thread queue. */