Re: [FFmpeg-devel] [PATCH] avcodec/proresdec2: add frame threading support

2018-08-26 Thread Paul B Mahol
On 8/22/18, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/proresdec2.c | 18 -- > 1 file changed, 16 insertions(+), 2 deletions(-) > Will apply. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg

[FFmpeg-devel] [PATCH] avcodec/proresdec2: add frame threading support

2018-08-22 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/proresdec2.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/libavcodec/proresdec2.c b/libavcodec/proresdec2.c index b4ea6b5e03..d818e5d8da 100644 --- a/libavcodec/proresdec2.c +++ b/libavcodec/proresdec2.c @@ -36,