|
FFmpeg
|
Struct which defines a slice of an image to be scaled or an output for a scaled slice. More...
#include <swscale_internal.h>
Public Attributes | |
| int | width |
| Slice line width. | |
| int | h_chr_sub_sample |
| horizontal chroma subsampling factor | |
| int | v_chr_sub_sample |
| vertical chroma subsampling factor | |
| int | is_ring |
| flag to identify if this slice is a ring buffer | |
| int | should_free_lines |
| flag to identify if there are dynamic allocated lines | |
| enum AVPixelFormat | fmt |
| planes pixel format | |
| SwsPlane | plane [MAX_SLICE_PLANES] |
| color planes | |
Struct which defines a slice of an image to be scaled or an output for a scaled slice.
A slice can also be used as intermediate ring buffer for scaling steps.
1.8.12