avcodec/adpcm_ima_alp: reset state on flush

Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
(cherry picked from commit 257d9f91fc8c6c800a9944551be809fabff43896)
This commit is contained in:
Zane van Iperen 2021-03-23 21:05:42 +10:00
parent 990bccfad6
commit 0d00e151d1
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5

View File

@ -2123,6 +2123,7 @@ static void adpcm_flush(AVCodecContext *avctx)
}
break;
case AV_CODEC_ID_ADPCM_IMA_ALP:
case AV_CODEC_ID_ADPCM_IMA_SSI:
case AV_CODEC_ID_ADPCM_ZORK:
for (int channel = 0; channel < avctx->channels; channel++) {