MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_avcodec_free_context

Function hb_avcodec_free_context

libhb/hb.c:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void hb_avcodec_free_context(AVCodecContext **avctx)
112{
113 avcodec_free_context(avctx);
114}
115
116
117int hb_picture_fill(uint8_t *data[], int stride[], hb_buffer_t *buf)

Callers 7

encavcodecaCloseFunction · 0.85
do_deep_probeFunction · 0.85
closePrivDataFunction · 0.85
decavcodecaBSInfoFunction · 0.85
decodePacketFunction · 0.85
decavcodecvFlushFunction · 0.85
encavcodecCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected