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

Function ff_rate_control_uninit

libavcodec/ratecontrol.c:709–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709av_cold void ff_rate_control_uninit(RateControlContext *rcc)
710{
711 // rc_eq is always managed via an AVOption and therefore not freed here.
712 av_expr_free(rcc->rc_eq_eval);
713 rcc->rc_eq_eval = NULL;
714 av_freep(&rcc->entry);
715 av_freep(&rcc->cplx_tab);
716}
717
718int ff_vbv_update(MPVMainEncContext *m, int frame_size)
719{

Callers 2

encode_endFunction · 0.85
ff_mpv_encode_endFunction · 0.85

Calls 2

av_expr_freeFunction · 0.85
av_freepFunction · 0.85

Tested by

no test coverage detected