MCPcopy Create free account
hub / github.com/AOMediaCodec/libavif / avifDecoderDestroy

Function avifDecoderDestroy

src/read.c:5104–5109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5102}
5103
5104void avifDecoderDestroy(avifDecoder * decoder)
5105{
5106 avifDecoderCleanup(decoder);
5107 avifIODestroy(decoder->io);
5108 avifFree(decoder);
5109}
5110
5111avifResult avifDecoderSetSource(avifDecoder * decoder, avifDecoderSource source)
5112{

Callers 9

avif_context_freeFunction · 0.85
mainFunction · 0.85
~AvifDecoderWrapperMethod · 0.85
runIOTestsFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
operator()Method · 0.85

Calls 3

avifDecoderCleanupFunction · 0.85
avifIODestroyFunction · 0.85
avifFreeFunction · 0.85

Tested by 2

runIOTestsFunction · 0.68
TESTFunction · 0.68