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