mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l: Revert r23867. It didn't make any sense.
Originally committed as revision 23868 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9a3fe1ae6e
commit
7ca4a72f47
@ -117,14 +117,11 @@ void ff_psy_preprocess(struct FFPsyPreprocessContext *ctx,
|
||||
|
||||
av_cold void ff_psy_preprocess_end(struct FFPsyPreprocessContext *ctx)
|
||||
{
|
||||
if (ctx) {
|
||||
int i;
|
||||
ff_iir_filter_free_coeffs(ctx->fcoeffs);
|
||||
if (ctx->fstate)
|
||||
for (i = 0; i < ctx->avctx->channels; i++)
|
||||
ff_iir_filter_free_state(ctx->fstate[i]);
|
||||
av_freep(&ctx->fstate);
|
||||
}
|
||||
ctx = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user