This structure is used to share data between the FFmpeg library and the client video application. More...
#include <vaapi.h>
This structure is used to share data between the FFmpeg library and the client video application.
This shall be zero-allocated and available as AVCodecContext.hwaccel_context. All user members can be set once during initialization or through each AVCodecContext.get_buffer() function call. In any case, they must be valid prior to calling decoding functions.
Deprecated: use AVCodecContext.hw_frames_ctx instead.
Window system dependent data.
Definition at line 63 of file vaapi.h.
Referenced by ff_vaapi_decode_init().
Configuration ID.
Definition at line 71 of file vaapi.h.
Referenced by ff_vaapi_decode_init().
Context ID (video decode pipeline)
Definition at line 79 of file vaapi.h.
Referenced by ff_vaapi_decode_init().