FFmpeg
Functions
dynamic_hdr_vivid.h File Reference
#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...
 

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.