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

2020-11-27 Thread Paul B Mahol
LGTM On Fri, Nov 27, 2020 at 6:51 PM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/photocd.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/photocd.c b/libavcodec/photocd.c > index aa1b1059e9..408ddeaac8 100

[FFmpeg-devel] [PATCH 65/72] avcodec/photocd: Mark decoder as init-threadsafe

2020-11-27 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/photocd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/photocd.c b/libavcodec/photocd.c index aa1b1059e9..408ddeaac8 100644 --- a/libavcodec/photocd.c +++ b/libavcodec/photocd.c @@ -469,4 +469,5 @@ AVCodec ff_photocd_decoder = {