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

Function decoder_destroy

fftools/ffplay.c:680–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680static void decoder_destroy(Decoder *d) {
681 av_packet_free(&d->pkt);
682 avcodec_free_context(&d->avctx);
683}
684
685static void frame_queue_unref_item(Frame *vp)
686{

Callers 1

stream_component_closeFunction · 0.85

Calls 2

av_packet_freeFunction · 0.85
avcodec_free_contextFunction · 0.85

Tested by

no test coverage detected