Commit 122a7a1b authored by melanson's avatar melanson

Cosmetic: indent after last change.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20896 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8a63156d
...@@ -980,8 +980,8 @@ static int unpack_vectors(Vp3DecodeContext *s, GetBitContext *gb) ...@@ -980,8 +980,8 @@ static int unpack_vectors(Vp3DecodeContext *s, GetBitContext *gb)
return 1; return 1;
} }
if (s->macroblock_coding[current_macroblock] == MODE_INTER_FOURMV) { 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_x = motion_x[k];
s->all_fragments[current_fragment].motion_y = motion_y[k]; s->all_fragments[current_fragment].motion_y = motion_y[k];
} else { } else {
s->all_fragments[current_fragment].motion_x = motion_x[0]; s->all_fragments[current_fragment].motion_x = motion_x[0];
s->all_fragments[current_fragment].motion_y = motion_y[0]; s->all_fragments[current_fragment].motion_y = motion_y[0];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment