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

Function ff_lcevc_unref

libavcodec/lcevcdec.c:403–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void ff_lcevc_unref(void *opaque)
404{
405 FFLCEVCFrame *lcevc = opaque;
406 av_refstruct_unref(&lcevc->lcevc);
407 av_frame_free(&lcevc->frame);
408 av_free(opaque);
409}

Callers 1

attach_post_process_dataFunction · 0.85

Calls 3

av_refstruct_unrefFunction · 0.85
av_frame_freeFunction · 0.85
av_freeFunction · 0.50

Tested by

no test coverage detected