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

Function av_frame_side_data_name

libavutil/side_data.c:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70const char *av_frame_side_data_name(enum AVFrameSideDataType type)
71{
72 const AVSideDataDescriptor *desc = av_frame_side_data_desc(type);
73 return desc ? desc->name : NULL;
74}
75
76static void free_side_data_entry(AVFrameSideData **ptr_sd)
77{

Callers 4

print_entriesFunction · 0.85
get_frame_side_data_typeFunction · 0.85
print_frame_side_dataFunction · 0.85
filter_frameFunction · 0.85

Calls 1

av_frame_side_data_descFunction · 0.85

Tested by 1

print_entriesFunction · 0.68