diff vp3.c @ 6377:931ca319f2fe libavcodec

Fix ;;
author michael
date Tue, 19 Feb 2008 22:09:08 +0000
parents 8e63d869a904
children eaa18f140fb7
line wrap: on
line diff
--- a/vp3.c	Tue Feb 19 21:55:13 2008 +0000
+++ b/vp3.c	Tue Feb 19 22:09:08 2008 +0000
@@ -473,7 +473,7 @@
     current_width = -1;
     current_height = 0;
     superblock_row_inc = s->macroblock_width -
-        (s->y_superblock_width * 2 - s->macroblock_width);;
+        (s->y_superblock_width * 2 - s->macroblock_width);
     hilbert = hilbert_walk_mb;
     mapping_index = 0;
     current_macroblock = -1;