summaryrefslogtreecommitdiff
path: root/libavcodec/asv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/asv.c')
-rw-r--r--libavcodec/asv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/asv.c b/libavcodec/asv.c
index dba9e840c7..71c5e5f5b8 100644
--- a/libavcodec/asv.c
+++ b/libavcodec/asv.c
@@ -84,7 +84,6 @@ av_cold void ff_asv_common_init(AVCodecContext *avctx) {
ASV1Context * const a = avctx->priv_data;
ff_bswapdsp_init(&a->bbdsp);
- ff_dsputil_init(&a->dsp, avctx);
a->mb_width = (avctx->width + 15) / 16;
a->mb_height = (avctx->height + 15) / 16;