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

Function ff_decode_internal_uninit

libavcodec/decode.c:2366–2374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2364}
2365
2366av_cold void ff_decode_internal_uninit(AVCodecContext *avctx)
2367{
2368#if CONFIG_LIBLCEVC_DEC
2369 AVCodecInternal *avci = avctx->internal;
2370 DecodeContext *dc = decode_ctx(avci);
2371
2372 av_refstruct_unref(&dc->lcevc.ctx);
2373#endif
2374}
2375
2376static int attach_displaymatrix(AVCodecContext *avctx, AVFrame *frame, int orientation)
2377{

Callers 2

ff_frame_thread_freeFunction · 0.85
ff_codec_closeFunction · 0.85

Calls 2

decode_ctxFunction · 0.85
av_refstruct_unrefFunction · 0.85

Tested by

no test coverage detected