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

Function bsf_list_flush

libavcodec/bsf.c:354–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354static void bsf_list_flush(AVBSFContext *bsf)
355{
356 BSFListContext *lst = bsf->priv_data;
357
358 for (int i = 0; i < lst->nb_bsfs; i++)
359 av_bsf_flush(lst->bsfs[i]);
360 lst->idx = 0;
361}
362
363static void bsf_list_close(AVBSFContext *bsf)
364{

Callers

nothing calls this directly

Calls 1

av_bsf_flushFunction · 0.85

Tested by

no test coverage detected