Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ close_decoder
Function
close_decoder
libavcodec/pgssubdec.c:145–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
static av_cold int close_decoder(AVCodecContext *avctx)
146
{
147
flush_cache(avctx);
148
149
return 0;
150
}
151
152
/**
153
* Decode the RLE data.
Callers
nothing calls this directly
Calls
1
flush_cache
Function · 0.85
Tested by
no test coverage detected