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

Function Flush

libhb/encavcodecaudio.c:536–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536static void Flush( hb_work_object_t * w, hb_buffer_list_t * list )
537{
538 hb_work_private_t * pv = w->private_data;
539
540 avcodec_send_frame(pv->context, NULL);
541 get_packets(w, list);
542}
543
544/***********************************************************************
545 * Work

Callers 1

encavcodecaWorkFunction · 0.70

Calls 1

get_packetsFunction · 0.70

Tested by

no test coverage detected