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

Function close

libavcodec/apv_parser.c:197–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197static av_cold void close(AVCodecParserContext *s)
198{
199 APVParseContext *p = s->priv_data;
200 ParseContext *pc = &p->pc;
201
202 av_freep(&pc->buffer);
203 ff_cbs_fragment_free(&p->au);
204 ff_cbs_close(&p->cbc);
205}
206
207const FFCodecParser ff_apv_parser = {
208 PARSER_CODEC_LIST(AV_CODEC_ID_APV),

Callers 15

ff_oss_audio_openFunction · 0.85
ff_oss_audio_closeFunction · 0.85
fbdev_read_headerFunction · 0.85
fbdev_read_closeFunction · 0.85
write_trailerFunction · 0.85
ff_fbdev_get_device_listFunction · 0.85
kmsgrab_free_descFunction · 0.85
fbdev_write_headerFunction · 0.85
fbdev_write_trailerFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
checkFunction · 0.85

Calls 1

av_freepFunction · 0.85

Tested by

no test coverage detected