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

Function enc_thread_uninit

fftools/ffmpeg_enc.c:833–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833static void enc_thread_uninit(EncoderThread *et)
834{
835 av_packet_free(&et->pkt);
836 av_frame_free(&et->frame);
837
838 memset(et, 0, sizeof(*et));
839}
840
841static int enc_thread_init(EncoderThread *et)
842{

Callers 2

enc_thread_initFunction · 0.85
encoder_threadFunction · 0.85

Calls 2

av_packet_freeFunction · 0.85
av_frame_freeFunction · 0.85

Tested by

no test coverage detected