Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/wavpack.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavcodec/wavpack.c b/libavcodec/wavpack.c
index 36bd4662e8..c96c8e0583 100644
--- a/libavcodec/wavpack.c
+++ b/libavcodec/wavpack.c
@@ -1049,8 +1049,6 @@ static av_cold int wavpack_decode_init(AVCodecContext
*avctx)
if (!s->curr_frame.f || !s->prev_frame.f)
return AVERROR(ENOMEM);
- ff_init_dsd_data();
-
return 0;
}
@@ -1529,6 +1527,7 @@ static int wavpack_decode_block(AVCodecContext *avctx,
int block_no,
return ret;
}
ff_thread_release_ext_buffer(&wc->curr_frame);
+ ff_init_dsd_data();
}
av_channel_layout_copy(&avctx->ch_layout, &new_ch_layout);
avctx->sample_rate = new_samplerate;
--
2.40.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".