Re: [FFmpeg-devel] [PATCH v3] avfilter/src_movie: make the number of decode thread configurable

2021-11-06 Thread lance . lmwang
On Sat, Nov 06, 2021 at 02:59:06PM +0100, Paul B Mahol wrote: > On Sat, Nov 6, 2021 at 2:48 PM wrote: > > > From: Limin Wang > > > > Please use threads option if you want the number of thread configurable. > > > > > Generally bad idea to use number of filtering threads for decoding threads. I

Re: [FFmpeg-devel] [PATCH v3] avfilter/src_movie: make the number of decode thread configurable

2021-11-06 Thread Paul B Mahol
On Sat, Nov 6, 2021 at 2:48 PM wrote: > From: Limin Wang > > Please use threads option if you want the number of thread configurable. > > Generally bad idea to use number of filtering threads for decoding threads. > Signed-off-by: Limin Wang > --- > libavfilter/src_movie.c | 4 +++- > 1

[FFmpeg-devel] [PATCH v3] avfilter/src_movie: make the number of decode thread configurable

2021-11-06 Thread lance . lmwang
From: Limin Wang Please use threads option if you want the number of thread configurable. Signed-off-by: Limin Wang --- libavfilter/src_movie.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c index 573f363..5811675