| 68 | } |
| 69 | |
| 70 | const 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 | |
| 76 | static void free_side_data_entry(AVFrameSideData **ptr_sd) |
| 77 | { |