Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
680
static void decoder_destroy(Decoder *d) {
681
av_packet_free(&d->pkt);
682
avcodec_free_context(&d->avctx);
683
}
684
685
static void frame_queue_unref_item(Frame *vp)
686
{
Callers
1
stream_component_close
Function · 0.85
Calls
2
av_packet_free
Function · 0.85
avcodec_free_context
Function · 0.85
Tested by
no test coverage detected