[SCM] libav/experimental: 10l

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:35:30 UTC 2013


The following commit has been merged in the experimental branch:
commit 1d98dca328c437625b2d33cd2cf46af2671421b3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Mar 5 17:53:33 2003 +0000

    10l
    
    Originally committed as revision 1625 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c
index eb9e063..909c2a1 100644
--- a/libavcodec/huffyuv.c
+++ b/libavcodec/huffyuv.c
@@ -378,7 +378,7 @@ static int decode_init(AVCodecContext *avctx)
     s->avctx= avctx;
     s->flags= avctx->flags;
         
-    dsputil_init(&s->dsp, avctx->dsp_mask);
+    dsputil_init(&s->dsp, avctx);
     
     width= s->width= avctx->width;
     height= s->height= avctx->height;
@@ -499,7 +499,7 @@ static int encode_init(AVCodecContext *avctx)
     s->avctx= avctx;
     s->flags= avctx->flags;
         
-    dsputil_init(&s->dsp, avctx->dsp_mask);
+    dsputil_init(&s->dsp, avctx);
     
     width= s->width= avctx->width;
     height= s->height= avctx->height;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list