Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
403
void 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_data
Function · 0.85
Calls
3
av_refstruct_unref
Function · 0.85
av_frame_free
Function · 0.85
av_free
Function · 0.50
Tested by
no test coverage detected