FFmpeg
4.0
|
#include <libavcodec/hwaccel.h>
Data Fields | |
AVCodecHWConfig | public |
This is the structure which will be returned to the user by avcodec_get_hw_config(). More... | |
const AVHWAccel * | hwaccel |
If this configuration uses a hwaccel, a pointer to it. More... | |
AVCodecHWConfig AVCodecHWConfigInternal::public |
This is the structure which will be returned to the user by avcodec_get_hw_config().
Definition at line 34 of file hwaccel.h.
Referenced by avcodec_default_get_format(), avcodec_get_hw_config(), avcodec_get_hw_frames_parameters(), ff_get_format(), and hwaccel_init().
const AVHWAccel* AVCodecHWConfigInternal::hwaccel |
If this configuration uses a hwaccel, a pointer to it.
If not, NULL.
Definition at line 39 of file hwaccel.h.
Referenced by avcodec_get_hw_frames_parameters(), ff_get_format(), and hwaccel_init().