Browse Source

hevc: Mark as having threadsafe init

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n3.4
Derek Buitenhuis Anton Khirnov 8 years ago
parent
commit
00b775dda2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/hevcdec.c

+ 1
- 1
libavcodec/hevcdec.c View File

@@ -3092,5 +3092,5 @@ AVCodec ff_hevc_decoder = {
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_DELAY |
AV_CODEC_CAP_FRAME_THREADS,
.profiles = NULL_IF_CONFIG_SMALL(ff_hevc_profiles),
.caps_internal = FF_CODEC_CAP_EXPORTS_CROPPING,
.caps_internal = FF_CODEC_CAP_EXPORTS_CROPPING | FF_CODEC_CAP_INIT_THREADSAFE,
};

Loading…
Cancel
Save