|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | AVProResRawColorParams |
| ProRes RAW per-frame color transform, parsed from the prrf frame header. More... | |
| struct | AVRawColorParams |
| Per-frame color information for a RAW camera codec. More... | |
Enumerations | |
| enum | AVRawColorParamsType { AV_RAW_COLOR_PARAMS_NONE = 0, AV_RAW_COLOR_PARAMS_PRORES_RAW } |
Functions | |
| AVRawColorParams * | av_raw_color_params_alloc (size_t *size) |
| Allocate an AVRawColorParams structure and zero-initialize it. More... | |
| AVRawColorParams * | av_raw_color_params_create_side_data (AVFrame *frame) |
| Allocate and add an AVRawColorParams structure to an existing AVFrame as AV_FRAME_DATA_RAW_COLOR_PARAMS side data. More... | |
| enum AVRawColorParamsType |
| Enumerator | |
|---|---|
| AV_RAW_COLOR_PARAMS_NONE | |
| AV_RAW_COLOR_PARAMS_PRORES_RAW | The union is valid when interpreted as AVProResRawColorParams (codec.prores_raw). |
Definition at line 30 of file raw_color_params.h.
| AVRawColorParams* av_raw_color_params_alloc | ( | size_t * | size | ) |
Allocate an AVRawColorParams structure and zero-initialize it.
| size | if non-NULL, set to sizeof(AVRawColorParams) |
Definition at line 24 of file raw_color_params.c.
| AVRawColorParams* av_raw_color_params_create_side_data | ( | AVFrame * | frame | ) |
Allocate and add an AVRawColorParams structure to an existing AVFrame as AV_FRAME_DATA_RAW_COLOR_PARAMS side data.
Definition at line 36 of file raw_color_params.c.
Referenced by decode_frame().
1.8.17