avcodec/adpcm_ima_cunning: reset state on flush
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
257d9f91fc
commit
e550667f61
1 changed files with 1 additions and 0 deletions
|
|
@ -2124,6 +2124,7 @@ static void adpcm_flush(AVCodecContext *avctx)
|
|||
break;
|
||||
|
||||
case AV_CODEC_ID_ADPCM_IMA_ALP:
|
||||
case AV_CODEC_ID_ADPCM_IMA_CUNNING:
|
||||
case AV_CODEC_ID_ADPCM_IMA_SSI:
|
||||
case AV_CODEC_ID_ADPCM_ZORK:
|
||||
for (int channel = 0; channel < avctx->channels; channel++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue