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