Commit 9560766a authored by Mark Thompson's avatar Mark Thompson

vaapi_vp9: Mark as async-safe

parent 14c11015
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
*/ */
#include "libavutil/pixdesc.h" #include "libavutil/pixdesc.h"
#include "hwaccel.h"
#include "vaapi_decode.h" #include "vaapi_decode.h"
#include "vp9.h" #include "vp9.h"
...@@ -178,4 +180,5 @@ AVHWAccel ff_vp9_vaapi_hwaccel = { ...@@ -178,4 +180,5 @@ AVHWAccel ff_vp9_vaapi_hwaccel = {
.init = ff_vaapi_decode_init, .init = ff_vaapi_decode_init,
.uninit = ff_vaapi_decode_uninit, .uninit = ff_vaapi_decode_uninit,
.priv_data_size = sizeof(VAAPIDecodeContext), .priv_data_size = sizeof(VAAPIDecodeContext),
.caps_internal = HWACCEL_CAP_ASYNC_SAFE,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment