FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVCodecHWConfigInternal Struct Reference

#include <hwaccel.h>

Data Fields

AVCodecHWConfig public
 This is the structure which will be returned to the user by avcodec_get_hw_config(). More...
 
const AVHWAccelhwaccel
 If this configuration uses a hwaccel, a pointer to it. More...
 

Detailed Description

Definition at line 29 of file hwaccel.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: