Re: [FFmpeg-devel] [PATCH] avcodec/pnmdec: Mark PHM decoder as init-threadsafe

2022-07-18 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/pnmdec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/pnmdec.c b/libavcodec/pnmdec.c > index bb2ce53496..f012ed288b 100644 > --- a/libavcodec/pnmdec.c > +++ b/libavcodec/pnmdec.c > @@ -513,5 +513,6

[FFmpeg-devel] [PATCH] avcodec/pnmdec: Mark PHM decoder as init-threadsafe

2022-07-09 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/pnmdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/pnmdec.c b/libavcodec/pnmdec.c index bb2ce53496..f012ed288b 100644 --- a/libavcodec/pnmdec.c +++ b/libavcodec/pnmdec.c @@ -513,5 +513,6 @@ const FFCodec ff_phm_decoder = {