FFmpeg
Data Fields
SwsOpList Struct Reference

Helper struct for representing a list of operations. More...

#include <ops.h>

Data Fields

SwsOpops
 
int num_ops
 
SwsFormat src
 
SwsFormat dst
 

Detailed Description

Helper struct for representing a list of operations.

Definition at line 209 of file ops.h.

Field Documentation

◆ ops

SwsOp* SwsOpList::ops

◆ num_ops

int SwsOpList::num_ops

◆ src

SwsFormat SwsOpList::src

Definition at line 214 of file ops.h.

Referenced by ff_sws_op_list_alloc(), and ff_sws_op_list_update_comps().

◆ dst

SwsFormat SwsOpList::dst

Definition at line 214 of file ops.h.

Referenced by ff_sws_op_list_alloc().


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