|
FFmpeg
|
This structure is used to share data between the FFmpeg library and the client video application. More...
#include <vaapi.h>
Public Attributes | |
| void * | display |
| Window system dependent data. More... | |
| uint32_t | config_id |
| Configuration ID. More... | |
| uint32_t | context_id |
| Context ID (video decode pipeline) More... | |
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.
| uint32_t vaapi_context::config_id |
Configuration ID.
| uint32_t vaapi_context::context_id |
Context ID (video decode pipeline)
| void* vaapi_context::display |
Window system dependent data.
1.8.12