You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should fix the build under Win32. I also took this opportunity to fix the MAKE_RESERVED macros and RESERVED_TO_* macros in cameras.c, which (while coincidentally functional) did not correctly do what they were meant to do. Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
Copy file name to clipboardExpand all lines: include/libfreenect.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ typedef struct {
76
76
uint32_treserved; /**< unique ID used internally. The meaning of values may change without notice. Don't touch or depend on the contents of this field. We mean it. */
77
77
freenect_resolutionresolution; /**< Resolution this freenect_frame_mode describes, should you want to find it again with freenect_find_*_frame_mode(). */
78
78
union {
79
+
int32_tdummy;
79
80
freenect_video_formatvideo_format;
80
81
freenect_depth_formatdepth_format;
81
82
}; /**< The video or depth format that this freenect_frame_mode describes. The caller should know which of video_format or depth_format to use, since they called freenect_get_*_frame_mode() */
0 commit comments