ffmpeg | branch: master | Mark Thompson <s...@jkqxz.net> | Tue Mar 21 22:31:04 2017 +0000| [14c1101518388f0f190c4737ea1b88d8b55b5281] | committer: Mark Thompson
vaapi_hevc: Mark as async-safe > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14c1101518388f0f190c4737ea1b88d8b55b5281 --- libavcodec/vaapi_hevc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/vaapi_hevc.c b/libavcodec/vaapi_hevc.c index 2b0e8ff..34d3279 100644 --- a/libavcodec/vaapi_hevc.c +++ b/libavcodec/vaapi_hevc.c @@ -25,6 +25,7 @@ #include "avcodec.h" #include "hevc.h" +#include "hwaccel.h" #include "vaapi_decode.h" typedef struct VAAPIDecodePictureHEVC { @@ -434,4 +435,5 @@ AVHWAccel ff_hevc_vaapi_hwaccel = { .init = ff_vaapi_decode_init, .uninit = ff_vaapi_decode_uninit, .priv_data_size = sizeof(VAAPIDecodeContext), + .caps_internal = HWACCEL_CAP_ASYNC_SAFE, }; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog