diff vp6.c @ 5708:8f52599c4c6c libavcodec

some simplifications and uniformisation
author aurel
date Mon, 24 Sep 2007 20:43:47 +0000
parents 09fb7275a6bf
children dae0f80edbb3
line wrap: on
line diff
--- a/vp6.c	Mon Sep 24 16:50:32 2007 +0000
+++ b/vp6.c	Mon Sep 24 20:43:47 2007 +0000
@@ -488,7 +488,7 @@
 {
     vp56_context_t *s = avctx->priv_data;
 
-    vp56_init(s, avctx, avctx->codec->id == CODEC_ID_VP6);
+    vp56_init(avctx, avctx->codec->id == CODEC_ID_VP6);
     s->vp56_coord_div = vp6_coord_div;
     s->parse_vector_adjustment = vp6_parse_vector_adjustment;
     s->adjust = vp6_adjust;