Re: [FFmpeg-devel] [PATCH v1 1/2] avcodec/v410dec: add the slice threading support
All this patches are missing number showing speedup gains. On 8/30/19, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavcodec/v410dec.c | 77 > ++-- > 1 file changed, 57 insertions(+), 20 deletions(-) >
[FFmpeg-devel] [PATCH v1 1/2] avcodec/v410dec: add the slice threading support
From: Limin Wang Signed-off-by: Limin Wang --- libavcodec/v410dec.c | 77 ++-- 1 file changed, 57 insertions(+), 20 deletions(-) diff --git a/libavcodec/v410dec.c b/libavcodec/v410dec.c index 48fab68..a9b17a0 100644 --- a/libavcodec/v410dec.c +++