Mercurial > libavcodec.hg
diff vp3.c @ 10697:7c0cc00cabc8 libavcodec
Cosmetic: indent after last change.
| author | melanson |
|---|---|
| date | Sat, 19 Dec 2009 07:34:11 +0000 |
| parents | a80851eebd2e |
| children | 34a65026fa06 |
line wrap: on
line diff
--- a/vp3.c Sat Dec 19 07:33:10 2009 +0000 +++ b/vp3.c Sat Dec 19 07:34:11 2009 +0000 @@ -980,8 +980,8 @@ 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];
