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

Function ftr_flush

libavcodec/ftr.c:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static av_cold void ftr_flush(AVCodecContext *avctx)
179{
180 FTRContext *s = avctx->priv_data;
181
182 for (int i = 0; i < s->nb_context; i++)
183 avcodec_flush_buffers(s->aac_avctx[i]);
184}
185
186static av_cold int ftr_close(AVCodecContext *avctx)
187{

Callers

nothing calls this directly

Calls 1

avcodec_flush_buffersFunction · 0.85

Tested by

no test coverage detected