FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AVAmbientViewingEnvironment |
Ambient viewing environment metadata as defined by H.274. More... | |
Functions | |
AVAmbientViewingEnvironment * | av_ambient_viewing_environment_alloc (size_t *size) |
Allocate an AVAmbientViewingEnvironment structure. More... | |
AVAmbientViewingEnvironment * | av_ambient_viewing_environment_create_side_data (AVFrame *frame) |
Allocate and add an AVAmbientViewingEnvironment structure to an existing AVFrame as side data. More... | |
AVAmbientViewingEnvironment* av_ambient_viewing_environment_alloc | ( | size_t * | size | ) |
Allocate an AVAmbientViewingEnvironment structure.
Definition at line 31 of file ambient_viewing_environment.c.
Referenced by h2645_sei_to_side_data(), and mov_read_amve().
AVAmbientViewingEnvironment* av_ambient_viewing_environment_create_side_data | ( | AVFrame * | frame | ) |
Allocate and add an AVAmbientViewingEnvironment structure to an existing AVFrame as side data.
Definition at line 46 of file ambient_viewing_environment.c.