Browse Source

avcodec/ylc: thread safe initialization is possible with this codec

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.3
Paul B Mahol 9 years ago
parent
commit
2f347c17d6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/ylc.c

+ 1
- 0
libavcodec/ylc.c View File

@@ -494,4 +494,5 @@ AVCodec ff_ylc_decoder = {
.close = decode_end,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};

Loading…
Cancel
Save