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
 
uint8_t plane_src [4]
 
uint8_t plane_dst [4]
 
SwsComps comps_src
 Source component metadata associated with pixel values from each corresponding component (in plane/memory order, i.e. More...
 

Detailed Description

Helper struct for representing a list of operations.

Definition at line 254 of file ops.h.

Field Documentation

◆ ops

SwsOp* SwsOpList::ops

◆ num_ops

int SwsOpList::num_ops

◆ src

SwsFormat SwsOpList::src

◆ dst

SwsFormat SwsOpList::dst

◆ plane_src

uint8_t SwsOpList::plane_src[4]

◆ plane_dst

uint8_t SwsOpList::plane_dst[4]

◆ 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 plane_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 273 of file ops.h.

Referenced by check_ops(), ff_sws_op_list_subpass(), and ff_sws_op_list_update_comps().


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