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

Function frame_queue_unref_item

fftools/ffplay.c:685–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685static void frame_queue_unref_item(Frame *vp)
686{
687 av_frame_unref(vp->frame);
688 avsubtitle_free(&vp->sub);
689}
690
691static int frame_queue_init(FrameQueue *f, PacketQueue *pktq, int max_size, int keep_last)
692{

Callers 2

frame_queue_destroyFunction · 0.85
frame_queue_nextFunction · 0.85

Calls 2

av_frame_unrefFunction · 0.85
avsubtitle_freeFunction · 0.85

Tested by

no test coverage detected