]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/asv.c
Merge commit 'f90729699db9ede2bef2b28000f1795dab1b8996'
[ffmpeg] / libavcodec / asv.c
index c4f74ee778f49c009f54bfcc60782126dc4d171e..e5999c9dbfc8672a59d36e6026dff2a2705a0f7c 100644 (file)
@@ -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;