FFmpeg
|
#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... | |
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).
s | A pointer containing the decoded AVDynamicHDRPlus structure. |
data | The byte array containing the raw ITU-T T.35 data. |
size | Size of the data array in bytes. |
Definition at line 30 of file dynamic_hdr10_plus.c.
Referenced by decode_registered_user_data_dynamic_hdr_plus().