|
FFmpeg
|
List of AVOptionRange structs. More...
#include <opt.h>
Public Attributes | |
| AVOptionRange ** | range |
| Array of option ranges. More... | |
| int | nb_ranges |
| Number of ranges per component. | |
| int | nb_components |
| Number of componentes. | |
List of AVOptionRange structs.
| AVOptionRange** AVOptionRanges::range |
Array of option ranges.
Most of option types use just one component. Following describes multi-component option types:
AV_OPT_TYPE_IMAGE_SIZE: component index 0: range of pixel count (width * height). component index 1: range of width. component index 2: range of height.
Multi-component range can be read as in following example:
1.8.12