[FFmpeg-cvslog] r20896 - trunk/libavcodec/vp3.c
melanson
subversion
Sat Dec 19 08:34:12 CET 2009
Author: melanson
Date: Sat Dec 19 08:34:11 2009
New Revision: 20896
Log:
Cosmetic: indent after last change.
Modified:
trunk/libavcodec/vp3.c
Modified: trunk/libavcodec/vp3.c
==============================================================================
--- trunk/libavcodec/vp3.c Sat Dec 19 08:33:10 2009 (r20895)
+++ trunk/libavcodec/vp3.c Sat Dec 19 08:34:11 2009 (r20896)
@@ -980,8 +980,8 @@ static int unpack_vectors(Vp3DecodeConte
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];
More information about the ffmpeg-cvslog
mailing list