Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void hb_avcodec_free_context(AVCodecContext **avctx)
112
{
113
avcodec_free_context(avctx);
114
}
115
116
117
int hb_picture_fill(uint8_t *data[], int stride[], hb_buffer_t *buf)
Callers
7
encavcodecaClose
Function · 0.85
do_deep_probe
Function · 0.85
closePrivData
Function · 0.85
decavcodecaBSInfo
Function · 0.85
decodePacket
Function · 0.85
decavcodecvFlush
Function · 0.85
encavcodecClose
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected