From cd832f032f945a57a1f1dd385942c2fadc7ce4e5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 24 Feb 2014 06:01:16 -0800 Subject: ffv1: Drop bogus dependency on dsputil ffv1 does not use any part of the dsputil framework. --- libavcodec/ffv1.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/ffv1.c') diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 9e7ba2e..d1a6a83 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -141,8 +141,6 @@ av_cold int ffv1_common_init(AVCodecContext *avctx) if (!avctx->width || !avctx->height) return AVERROR_INVALIDDATA; - ff_dsputil_init(&s->dsp, avctx); - s->width = avctx->width; s->height = avctx->height; -- cgit v1.1