FFmpeg
|
#include "libavutil/hdr_dynamic_vivid_metadata.h"
Go to the source code of this file.
Functions | |
int | ff_parse_itu_t_t35_to_dynamic_hdr_vivid (AVDynamicHDRVivid *s, const uint8_t *data, int size) |
Parse the user data registered ITU-T T.35 to AVbuffer (AVDynamicHDRVivid). More... | |
int ff_parse_itu_t_t35_to_dynamic_hdr_vivid | ( | AVDynamicHDRVivid * | s, |
const uint8_t * | data, | ||
int | size | ||
) |
Parse the user data registered ITU-T T.35 to AVbuffer (AVDynamicHDRVivid).
s | A pointer containing the decoded AVDynamicHDRVivid structure. |
data | The byte array containing the raw ITU-T T.35 data. |
size | Size of the data array in bytes. |
Definition at line 32 of file dynamic_hdr_vivid.c.