summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-24 06:01:16 -0800
committerDiego Biurrun <diego@biurrun.de>2014-03-13 05:50:27 -0700
commitcd832f032f945a57a1f1dd385942c2fadc7ce4e5 (patch)
treeedca68ff4af580b6484356571b7329746ab19eaf /libavcodec/ffv1.c
parent0e29c5e1285eeb5b4842d96d00dfe06898cd87e5 (diff)
downloadffmpeg-streaming-cd832f032f945a57a1f1dd385942c2fadc7ce4e5.zip
ffmpeg-streaming-cd832f032f945a57a1f1dd385942c2fadc7ce4e5.tar.gz
ffv1: Drop bogus dependency on dsputil
ffv1 does not use any part of the dsputil framework.
Diffstat (limited to 'libavcodec/ffv1.c')
-rw-r--r--libavcodec/ffv1.c2
1 files changed, 0 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud