LGTM On Fri, Nov 27, 2020 at 6:48 PM Andreas Rheinhardt < [email protected]> wrote:
> Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavcodec/cdxl.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/cdxl.c b/libavcodec/cdxl.c > index 7c82967df0..96ae14c418 100644 > --- a/libavcodec/cdxl.c > +++ b/libavcodec/cdxl.c > @@ -335,4 +335,5 @@ AVCodec ff_cdxl_decoder = { > .close = cdxl_decode_end, > .decode = cdxl_decode_frame, > .capabilities = AV_CODEC_CAP_DR1, > + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, > }; > -- > 2.25.1 > > _______________________________________________ > 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". _______________________________________________ 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".
