diff mbox series

[FFmpeg-devel,50/72] avcodec/cdxl: Mark decoder as init-threadsafe

Message ID 20201127174652.2838198-5-andreas.rheinhardt@gmail.com
State Accepted
Commit a3d61e73217c135d24cebae636289c04558c0da0
Headers show
Series [FFmpeg-devel,01/45] avcodec/a64multienc: Fix memleak upon init failure | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Nov. 27, 2020, 5:46 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavcodec/cdxl.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Paul B Mahol Nov. 27, 2020, 5:53 p.m. UTC | #1
LGTM

On Fri, Nov 27, 2020 at 6:48 PM Andreas Rheinhardt <
andreas.rheinhardt@gmail.com> wrote:

> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
> ---
>  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
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
diff mbox series

Patch

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,
 };