FFmpeg
Data Fields
SwsOpList Struct Reference

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

#include <ops.h>

Data Fields

SwsOpops
 
int num_ops
 
SwsSwizzleOp order_src
 
SwsSwizzleOp order_dst
 
SwsComps comps_src
 Source component metadata associated with pixel values from each corresponding component (in plane/memory order, i.e. More...
 
SwsFormat src
 
SwsFormat dst
 

Detailed Description

Helper struct for representing a list of operations.

Definition at line 222 of file ops.h.

Field Documentation

◆ ops

SwsOp* SwsOpList::ops

◆ num_ops

int SwsOpList::num_ops

◆ order_src

SwsSwizzleOp SwsOpList::order_src

◆ order_dst

SwsSwizzleOp SwsOpList::order_dst

◆ comps_src

SwsComps SwsOpList::comps_src

Source component metadata associated with pixel values from each corresponding component (in plane/memory order, i.e.

not affected by order_src). Lets the optimizer know additional information about the value range and/or pixel data to expect.

The default value of {0} is safe to pass in the case that no additional information is known.

Definition at line 238 of file ops.h.

Referenced by ff_sws_op_list_update_comps().

◆ src

SwsFormat SwsOpList::src

Definition at line 241 of file ops.h.

Referenced by ff_sws_op_list_alloc(), and run_test().

◆ dst

SwsFormat SwsOpList::dst

Definition at line 241 of file ops.h.

Referenced by ff_sws_op_list_alloc(), and run_test().


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