MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_frame_side_data_desc

Function av_frame_side_data_desc

libavutil/side_data.c:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62const AVSideDataDescriptor *av_frame_side_data_desc(enum AVFrameSideDataType type)
63{
64 unsigned t = type;
65 if (t < FF_ARRAY_ELEMS(sd_props) && sd_props[t].name)
66 return &sd_props[t];
67 return NULL;
68}
69
70const char *av_frame_side_data_name(enum AVFrameSideDataType type)
71{

Callers 6

av_frame_side_data_nameFunction · 0.85
av_frame_side_data_newFunction · 0.85
av_frame_side_data_addFunction · 0.85
av_frame_side_data_cloneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected