Fix for "no functional changes" commit

Apparently eitehr merge conflict happened, or i had
too much depression in blood, but first camera was
just wrong after reconstruction.
This commit is contained in:
Sergey Sharybin
2013-05-12 18:50:39 +00:00
parent 1ea1f21b63
commit 87b308fc23

View File

@@ -3114,8 +3114,8 @@ static int reconstruct_retrieve_libmv_tracks(MovieReconstructContext *context, M
* aligned correct or not.
*/
if (!origin_set) {
copy_m4_m4(imat, mat);
invert_m4(imat);
invert_m4_m4(imat, mat);
unit_m4(mat);
origin_set = true;
}
else {