FFmpeg
Functions
dynamic_hdr10_plus.h File Reference
#include "libavutil/hdr_dynamic_metadata.h"

Go to the source code of this file.

Functions

int ff_parse_itu_t_t35_to_dynamic_hdr10_plus (AVDynamicHDRPlus *s, const uint8_t *data, int size)
 Parse the user data registered ITU-T T.35 to AVbuffer (AVDynamicHDRPlus). More...
 

Function Documentation

◆ ff_parse_itu_t_t35_to_dynamic_hdr10_plus()

int ff_parse_itu_t_t35_to_dynamic_hdr10_plus ( AVDynamicHDRPlus s,
const uint8_t *  data,
int  size 
)

Parse the user data registered ITU-T T.35 to AVbuffer (AVDynamicHDRPlus).

Parameters
sA pointer containing the decoded AVDynamicHDRPlus 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 30 of file dynamic_hdr10_plus.c.

Referenced by decode_registered_user_data_dynamic_hdr_plus().