#include <avcodec.h>
Definition at line 2129 of file avcodec.h.
◆ name
const char* AVHWAccel::name |
Name of the hardware accelerated codec.
The name is globally unique among encoders and among decoders (but an encoder and a decoder can share the same name).
Definition at line 2135 of file avcodec.h.
◆ type
Type of codec implemented by the hardware accelerator.
See AVMEDIA_TYPE_xxx
Definition at line 2142 of file avcodec.h.
◆ id
Codec implemented by the hardware accelerator.
See AV_CODEC_ID_xxx
Definition at line 2149 of file avcodec.h.
◆ pix_fmt
◆ capabilities
int AVHWAccel::capabilities |
Hardware accelerated codec capabilities.
see AV_HWACCEL_CODEC_CAP_*
Definition at line 2162 of file avcodec.h.
The documentation for this struct was generated from the following file: