Browse Source

avcodec/yop: Mark decoder as init-threadsafe

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 4 years ago
parent
commit
c53f39abc3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/yop.c

+ 1
- 0
libavcodec/yop.c View File

@@ -274,4 +274,5 @@ AVCodec ff_yop_decoder = {
.init = yop_decode_init, .init = yop_decode_init,
.close = yop_decode_close, .close = yop_decode_close,
.decode = yop_decode_frame, .decode = yop_decode_frame,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
}; };

Loading…
Cancel
Save