FFmpeg
Data Fields
TheadData Struct Reference

Data Fields

UnsharpFilterParamfp
 
uint8_t * dst
 
const uint8_t * src
 
int dst_stride
 
int src_stride
 
int width
 
int height
 

Detailed Description

Definition at line 49 of file vf_unsharp.c.

Field Documentation

◆ fp

UnsharpFilterParam* TheadData::fp

Definition at line 50 of file vf_unsharp.c.

◆ dst

uint8_t* TheadData::dst

Definition at line 51 of file vf_unsharp.c.

◆ src

const uint8_t* TheadData::src

Definition at line 52 of file vf_unsharp.c.

◆ dst_stride

int TheadData::dst_stride

Definition at line 53 of file vf_unsharp.c.

◆ src_stride

int TheadData::src_stride

Definition at line 54 of file vf_unsharp.c.

◆ width

int TheadData::width

Definition at line 55 of file vf_unsharp.c.

◆ height

int TheadData::height

Definition at line 56 of file vf_unsharp.c.


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