On Fri, Nov 27, 2020 at 6:46 PM Andreas Rheinhardt < [email protected]> wrote:
> Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavcodec/sunrastenc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/sunrastenc.c b/libavcodec/sunrastenc.c > index 97b2242a6e..3a66eab615 100644 > --- a/libavcodec/sunrastenc.c > +++ b/libavcodec/sunrastenc.c > @@ -248,4 +248,5 @@ AVCodec ff_sunrast_encoder = { > AV_PIX_FMT_GRAY8, > AV_PIX_FMT_MONOWHITE, > AV_PIX_FMT_NONE }, > + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, > }; > -- > 2.25.1 > > Will apply the outstanding patches from this patchset tomorrow unless there are objections. - Andreas _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
