| FFmpeg
    | 
#include <codec.h>
| Data Fields | |
| enum AVPixelFormat | pix_fmt | 
| For decoders, a hardware pixel format which that decoder may be able to decode to if suitable hardware is available.  More... | |
| int | methods | 
| Bit set of AV_CODEC_HW_CONFIG_METHOD_* flags, describing the possible setup methods which can be used with this configuration.  More... | |
| enum AVHWDeviceType | device_type | 
| The device type associated with the configuration.  More... | |
| enum AVPixelFormat AVCodecHWConfig::pix_fmt | 
For decoders, a hardware pixel format which that decoder may be able to decode to if suitable hardware is available.
For encoders, a pixel format which the encoder may be able to accept. If set to AV_PIX_FMT_NONE, this applies to all pixel formats supported by the codec.
Definition at line 350 of file codec.h.
Referenced by avcodec_get_hw_frames_parameters(), and ff_get_format().
| int AVCodecHWConfig::methods | 
| enum AVHWDeviceType AVCodecHWConfig::device_type | 
 1.8.17
 1.8.17