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

Function wavpack_decode_flush

libavcodec/wavpack.c:1614–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612}
1613
1614static av_cold void wavpack_decode_flush(AVCodecContext *avctx)
1615{
1616 WavpackContext *s = avctx->priv_data;
1617
1618 wv_dsd_reset(s, 0);
1619}
1620
1621static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr)
1622{

Callers

nothing calls this directly

Calls 1

wv_dsd_resetFunction · 0.85

Tested by

no test coverage detected