FFmpeg
Loading...
Searching...
No Matches
dynamic_hdr_vivid.h File Reference

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).
 

Function Documentation

◆ ff_parse_itu_t_t35_to_dynamic_hdr_vivid()

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).

Parameters
sA pointer containing the decoded AVDynamicHDRVivid structure.
dataThe byte array containing the raw ITU-T T.35 data.
sizeSize of the data array in bytes.
Returns
0 if succeed. Otherwise, returns the appropriate AVERROR.

Definition at line 32 of file dynamic_hdr_vivid.c.

Referenced by ff_itut_t35_parse_payload_to_struct().