[Bf-blender-cvs] [aa7a27e] libmv_prediction: Libmv: Code cleanup

Sergey Sharybin noreply at git.blender.org
Thu Oct 30 18:38:26 CET 2014


Commit: aa7a27ee2d511322e36b22946af404bb8a7d17b0
Author: Sergey Sharybin
Date:   Thu Oct 30 22:38:05 2014 +0500
Branches: libmv_prediction
https://developer.blender.org/rBaa7a27ee2d511322e36b22946af404bb8a7d17b0

Libmv: Code cleanup

===================================================================

M	extern/libmv/libmv/autotrack/marker.h

===================================================================

diff --git a/extern/libmv/libmv/autotrack/marker.h b/extern/libmv/libmv/autotrack/marker.h
index 8a6713c..bb80331 100644
--- a/extern/libmv/libmv/autotrack/marker.h
+++ b/extern/libmv/libmv/autotrack/marker.h
@@ -104,12 +104,13 @@ struct Marker {
   // TODO(keir): Add a "int model_argument" to capture that e.g. a marker is on
   // the 3rd face of a cube.
 
-  // Channels from the original frame which this marker is unable to see.
   enum Channel {
     CHANNEL_R = (1 << 0),
     CHANNEL_G = (1 << 1),
     CHANNEL_B = (1 << 2),
   };
+
+  // Channels from the original frame which this marker is unable to see.
   int disabled_channels;
 
   // Offset everything (center, patch, search) by the given delta.




More information about the Bf-blender-cvs mailing list