|
FFmpeg
|
Go to the source code of this file.
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... | |
| 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