Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-14 00:26:49 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-14 00:26:49 +0400
commitdaded4f89a7762a685ae3b5119eec14fc24192a9 (patch)
tree7bf42dc5576ed1e11229175a7c4649abe91e91bb /libavcodec/ffv1.c
parent981aa023387ebfaa19ea8079e423d72cd0321b0b (diff)
parentcd832f032f945a57a1f1dd385942c2fadc7ce4e5 (diff)
Merge commit 'cd832f032f945a57a1f1dd385942c2fadc7ce4e5'
* commit 'cd832f032f945a57a1f1dd385942c2fadc7ce4e5': ffv1: Drop bogus dependency on dsputil Conflicts: configure libavcodec/ffv1.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 f8556b01f1..fbaf5ae3f8 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -54,8 +54,6 @@ av_cold int ffv1_common_init(AVCodecContext *avctx)
if (!s->picture.f || !s->last_picture.f)
return AVERROR(ENOMEM);
- ff_dsputil_init(&s->dsp, avctx);
-
s->width = avctx->width;
s->height = avctx->height;