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

Function packet_queue_abort

fftools/ffplay.c:514–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514static void packet_queue_abort(PacketQueue *q)
515{
516 SDL_LockMutex(q->mutex);
517
518 q->abort_request = 1;
519
520 SDL_CondSignal(q->cond);
521
522 SDL_UnlockMutex(q->mutex);
523}
524
525static void packet_queue_start(PacketQueue *q)
526{

Callers 1

decoder_abortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected