![]() |
Miam-Player
0.8.0
A nice music player
|
#include <dxva2.h>
Public Attributes | |
IDirectXVideoDecoder * | decoder |
const DXVA2_ConfigPictureDecode * | cfg |
unsigned | surface_count |
LPDIRECT3DSURFACE9 * | surface |
uint64_t | workaround |
unsigned | report_id |
This structure is used to provides the necessary configurations and data to the DXVA2 FFmpeg HWAccel implementation.
The application must make it available as AVCodecContext.hwaccel_context.
const DXVA2_ConfigPictureDecode* dxva_context::cfg |
DXVA2 configuration used to create the decoder
IDirectXVideoDecoder* dxva_context::decoder |
DXVA2 decoder object
unsigned dxva_context::report_id |
Private to the FFmpeg AVHWAccel implementation
LPDIRECT3DSURFACE9* dxva_context::surface |
The array of Direct3D surfaces used to create the decoder
unsigned dxva_context::surface_count |
The number of surface in the surface array
uint64_t dxva_context::workaround |
A bit field configuring the workarounds needed for using the decoder