Browse Source

Cosmetic: indent after last change.

Originally committed as revision 20896 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Mike Melanson 16 years ago
parent
commit
da8af9388c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/vp3.c

+ 2
- 2
libavcodec/vp3.c View File

@@ -980,8 +980,8 @@ static int unpack_vectors(Vp3DecodeContext *s, GetBitContext *gb)
return 1;
}
if (s->macroblock_coding[current_macroblock] == MODE_INTER_FOURMV) {
s->all_fragments[current_fragment].motion_x = motion_x[k];
s->all_fragments[current_fragment].motion_y = motion_y[k];
s->all_fragments[current_fragment].motion_x = motion_x[k];
s->all_fragments[current_fragment].motion_y = motion_y[k];
} else {
s->all_fragments[current_fragment].motion_x = motion_x[0];
s->all_fragments[current_fragment].motion_y = motion_y[0];


Loading…
Cancel
Save