diff options
Diffstat (limited to 'libavcodec/asv.c')
-rw-r--r-- | libavcodec/asv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/asv.c b/libavcodec/asv.c index c4f74ee778..e5999c9dbf 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; |