Module: libav Branch: master Commit: 00b775dda2b3f78ae60ff3278d3b3d6545883a83
Author: Derek Buitenhuis <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Wed Jan 11 13:12:19 2017 -0500 hevc: Mark as having threadsafe init Signed-off-by: Derek Buitenhuis <[email protected]> Signed-off-by: Anton Khirnov <[email protected]> --- libavcodec/hevcdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index a4c936e..dcb2453 100644 --- a/libavcodec/hevcdec.c +++ b/libavcodec/hevcdec.c @@ -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, }; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
