| 
    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 AVHWAccel * | hwaccel | 
| If this configuration uses a hwaccel, a pointer to it.  More... | |
Definition at line 29 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 34 of file hwconfig.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 hwconfig.h.
Referenced by avcodec_get_hw_frames_parameters(), ff_get_format(), and hwaccel_init().
 1.8.17