Mercurial > libavcodec.hg
changeset 10697:7c0cc00cabc8 libavcodec
Cosmetic: indent after last change.
author | melanson |
---|---|
date | Sat, 19 Dec 2009 07:34:11 +0000 |
parents | a80851eebd2e |
children | 608d19b30fa3 |
files | vp3.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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];