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

Function dec_thread_uninit

fftools/ffmpeg_dec.c:889–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889static void dec_thread_uninit(DecThreadContext *dt)
890{
891 av_packet_free(&dt->pkt);
892 av_frame_free(&dt->frame);
893
894 memset(dt, 0, sizeof(*dt));
895}
896
897static int dec_thread_init(DecThreadContext *dt)
898{

Callers 2

dec_thread_initFunction · 0.85
decoder_threadFunction · 0.85

Calls 2

av_packet_freeFunction · 0.85
av_frame_freeFunction · 0.85

Tested by

no test coverage detected