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

Function modplug_read_close

libavformat/libmodplug.c:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102};
103
104static int modplug_read_close(AVFormatContext *s)
105{
106 ModPlugContext *modplug = s->priv_data;
107 ModPlug_Unload(modplug->f);
108 av_freep(&modplug->buf);
109 return 0;
110}
111
112#define SET_OPT_IF_REQUESTED(libopt, opt, flag) do { \
113 if (modplug->opt) { \

Callers 1

modplug_read_headerFunction · 0.85

Calls 1

av_freepFunction · 0.85

Tested by

no test coverage detected