mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
avcodec/aac/aacdec: add a missing wrapper to an AAC USAC function call
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
e907bf677a
commit
57d7ba4c4f
@ -538,7 +538,9 @@ static av_cold void flush(AVCodecContext *avctx)
|
||||
}
|
||||
}
|
||||
|
||||
#if CONFIG_AAC_DECODER
|
||||
ff_aac_usac_reset_state(ac, &ac->oc[1]);
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user