vaapi_hevc: Mark as async-safe

pull/244/merge
Mark Thompson 8 years ago
parent 81b7deab82
commit 14c1101518
  1. 2
      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,
};

Loading…
Cancel
Save