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

Function decoder_abort

fftools/ffplay.c:819–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819static void decoder_abort(Decoder *d, FrameQueue *fq)
820{
821 packet_queue_abort(d->queue);
822 frame_queue_signal(fq);
823 SDL_WaitThread(d->decoder_tid, NULL);
824 d->decoder_tid = NULL;
825 packet_queue_flush(d->queue);
826}
827
828static inline void fill_rectangle(int x, int y, int w, int h)
829{

Callers 1

stream_component_closeFunction · 0.85

Calls 3

packet_queue_abortFunction · 0.85
frame_queue_signalFunction · 0.85
packet_queue_flushFunction · 0.85

Tested by

no test coverage detected