Re: [FFmpeg-devel] [PATCH 59/72] avcodec/pafvideo: Mark decoder as init-threadsafe

2020-11-27 Thread Paul B Mahol
LGTM On Fri, Nov 27, 2020 at 6:49 PM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/pafvideo.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/pafvideo.c b/libavcodec/pafvideo.c > index 07fa05caf8..22ae26ac10

[FFmpeg-devel] [PATCH 59/72] avcodec/pafvideo: Mark decoder as init-threadsafe

2020-11-27 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/pafvideo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/pafvideo.c b/libavcodec/pafvideo.c index 07fa05caf8..22ae26ac10 100644 --- a/libavcodec/pafvideo.c +++ b/libavcodec/pafvideo.c @@ -419,4 +419,5 @@ AVCodec ff_paf_video_decode