mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vaapi_vp9: Mark as async-safe
This commit is contained in:
parent
14c1101518
commit
9560766a61
@ -21,6 +21,8 @@
|
||||
*/
|
||||
|
||||
#include "libavutil/pixdesc.h"
|
||||
|
||||
#include "hwaccel.h"
|
||||
#include "vaapi_decode.h"
|
||||
#include "vp9.h"
|
||||
|
||||
@ -178,4 +180,5 @@ AVHWAccel ff_vp9_vaapi_hwaccel = {
|
||||
.init = ff_vaapi_decode_init,
|
||||
.uninit = ff_vaapi_decode_uninit,
|
||||
.priv_data_size = sizeof(VAAPIDecodeContext),
|
||||
.caps_internal = HWACCEL_CAP_ASYNC_SAFE,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user