MCPcopy 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
145static 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_cacheFunction · 0.85

Tested by

no test coverage detected