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

Function decode_end

libavcodec/snowdec.c:812–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812static av_cold int decode_end(AVCodecContext *avctx)
813{
814 SnowContext *s = avctx->priv_data;
815
816 ff_slice_buffer_destroy(&s->sb);
817
818 ff_snow_common_end(s);
819
820 s->avmv_size = 0;
821 av_freep(&s->avmv);
822
823 return 0;
824}
825
826const FFCodec ff_snow_decoder = {
827 .p.name = "snow",

Callers

nothing calls this directly

Calls 3

ff_slice_buffer_destroyFunction · 0.85
ff_snow_common_endFunction · 0.85
av_freepFunction · 0.85

Tested by

no test coverage detected