mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit 'cd832f032f'
* commit 'cd832f032f':
ffv1: Drop bogus dependency on dsputil
Conflicts:
configure
libavcodec/ffv1.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
daded4f89a
3 changed files with 2 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue