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

Function decode_end

libavcodec/snow.c:2227–2236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2225}
2226
2227static av_cold int decode_end(AVCodecContext *avctx)
2228{
2229 SnowContext *s = avctx->priv_data;
2230
2231 ff_slice_buffer_destroy(&s->sb);
2232
2233 common_end(s);
2234
2235 return 0;
2236}
2237
2238AVCodec snow_decoder = {
2239 "snow",

Callers

nothing calls this directly

Calls 2

ff_slice_buffer_destroyFunction · 0.85
common_endFunction · 0.70

Tested by

no test coverage detected