changeset 1097:7104c8561512 libavcodec

10l
author michaelni
date Wed, 05 Mar 2003 17:53:33 +0000
parents 5e6e505d8997
children b7f267d168b7
files huffyuv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/huffyuv.c	Wed Mar 05 17:48:19 2003 +0000
+++ b/huffyuv.c	Wed Mar 05 17:53:33 2003 +0000
@@ -378,7 +378,7 @@
     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 @@
     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;