[FFmpeg-cvslog] diracdec: fix use of deprecated funnctions

Michael Niedermayer git at videolan.org
Thu Feb 16 23:30:15 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Feb 16 23:01:47 2012 +0100| [ad21c05172207610ceb896d0bd495e7d6d7e695a] | committer: Michael Niedermayer

diracdec: fix use of deprecated funnctions

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad21c05172207610ceb896d0bd495e7d6d7e695a
---

 libavcodec/diracdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/diracdec.c b/libavcodec/diracdec.c
index 049f759..b9effd1 100644
--- a/libavcodec/diracdec.c
+++ b/libavcodec/diracdec.c
@@ -399,7 +399,7 @@ static av_cold int dirac_decode_init(AVCodecContext *avctx)
         return AVERROR_PATCHWELCOME;
     }
 
-    dsputil_init(&s->dsp, avctx);
+    ff_dsputil_init(&s->dsp, avctx);
     ff_diracdsp_init(&s->diracdsp);
 
     return 0;



More information about the ffmpeg-cvslog mailing list