comparison vp3.c @ 6377:931ca319f2fe libavcodec

Fix ;;
author michael
date Tue, 19 Feb 2008 22:09:08 +0000
parents 8e63d869a904
children eaa18f140fb7
comparison
equal deleted inserted replaced
6376:f70b8e837ecc 6377:931ca319f2fe
471 right_edge = s->macroblock_width; 471 right_edge = s->macroblock_width;
472 bottom_edge = s->macroblock_height; 472 bottom_edge = s->macroblock_height;
473 current_width = -1; 473 current_width = -1;
474 current_height = 0; 474 current_height = 0;
475 superblock_row_inc = s->macroblock_width - 475 superblock_row_inc = s->macroblock_width -
476 (s->y_superblock_width * 2 - s->macroblock_width);; 476 (s->y_superblock_width * 2 - s->macroblock_width);
477 hilbert = hilbert_walk_mb; 477 hilbert = hilbert_walk_mb;
478 mapping_index = 0; 478 mapping_index = 0;
479 current_macroblock = -1; 479 current_macroblock = -1;
480 for (i = 0; i < s->u_superblock_start; i++) { 480 for (i = 0; i < s->u_superblock_start; i++) {
481 481