FFmpeg  4.0
Data Fields
AVHWDeviceInternal Struct Reference

#include <libavutil/hwcontext_internal.h>

Data Fields

const HWContextTypehw_type
 
voidpriv
 
AVBufferRefsource_device
 For a derived device, a reference to the original device context it was derived from. More...
 

Detailed Description

Definition at line 102 of file hwcontext_internal.h.

Field Documentation

◆ hw_type

const HWContextType* AVHWDeviceInternal::hw_type

◆ priv

void* AVHWDeviceInternal::priv

◆ source_device

AVBufferRef* AVHWDeviceInternal::source_device

For a derived device, a reference to the original device context it was derived from.

Definition at line 110 of file hwcontext_internal.h.

Referenced by av_hwdevice_ctx_create_derived(), and hwdevice_ctx_free().


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