summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-19 22:09:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-19 22:09:08 +0000
commitcea9642014e833799eca40db03530ed0002f99d8 (patch)
tree98106d94c464ea0bf7da573ab1e9e853c8db2419 /libavcodec/vp3.c
parenta56dcc57931fd19ef0d567ac60bc3973103f9890 (diff)
Fix ;;
Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp3.c')
-rw-r--r--libavcodec/vp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 6cb7fbe143..2beb93fb39 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -473,7 +473,7 @@ static int init_block_mapping(Vp3DecodeContext *s)
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;