git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f17e7
)
proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 16 Feb 2012 18:55:16 +0000
(19:55 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 16 Feb 2012 18:55:16 +0000
(19:55 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/proresdec2.c
patch
|
blob
|
history
diff --git
a/libavcodec/proresdec2.c
b/libavcodec/proresdec2.c
index
6ffc7ce
..
b48259a
100644
(file)
--- a/
libavcodec/proresdec2.c
+++ b/
libavcodec/proresdec2.c
@@
-69,7
+69,7
@@
static av_cold int decode_init(AVCodecContext *avctx)
avctx->bits_per_raw_sample = 10;
- dsputil_init(&ctx->dsp, avctx);
+
ff_
dsputil_init(&ctx->dsp, avctx);
ff_proresdsp_init(&ctx->prodsp, avctx);
avctx->coded_frame = &ctx->frame;