aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gfesdk/bindings/cpp/highlights/highlights_types_cpp.h1
-rw-r--r--include/gfesdk/config.h8
-rw-r--r--include/gfesdk/gfe3_product_version.h8
-rw-r--r--include/gfesdk/sdk_types_ipc.h2
4 files changed, 10 insertions, 9 deletions
diff --git a/include/gfesdk/bindings/cpp/highlights/highlights_types_cpp.h b/include/gfesdk/bindings/cpp/highlights/highlights_types_cpp.h
index b18cfc2..69dbb88 100644
--- a/include/gfesdk/bindings/cpp/highlights/highlights_types_cpp.h
+++ b/include/gfesdk/bindings/cpp/highlights/highlights_types_cpp.h
@@ -29,6 +29,7 @@ struct HighlightDefinition
NVGSDK_HighlightType highlightTags;
NVGSDK_HighlightSignificance significance;
TTranslationTable nameLocaleTable; //!< Locale/translation pairs
+ HighlightDefinition() : highlightTags(static_cast<NVGSDK_HighlightType>(0)), significance(static_cast<NVGSDK_HighlightSignificance>(0)), userDefaultInterest(true) {}
};
//! C++ binding for @ref NVGSDK_HighlightConfigParams
diff --git a/include/gfesdk/config.h b/include/gfesdk/config.h
index 44791c8..3ae765a 100644
--- a/include/gfesdk/config.h
+++ b/include/gfesdk/config.h
@@ -17,9 +17,9 @@
#define NVGSDK_PROJECT_NAME "GfeSDK"
#define NVGSDK_VERSION_MAJOR 1
-#define NVGSDK_VERSION_MINOR 0
-#define NVGSDK_BUILD_NUMBER 168
-#define NVGSDK_BUILD_HASH 8a267a87
-#define NVGSDK_BUILD_HASH_STR "8a267a87"
+#define NVGSDK_VERSION_MINOR 1
+#define NVGSDK_BUILD_NUMBER 173
+#define NVGSDK_BUILD_HASH 5d889305
+#define NVGSDK_BUILD_HASH_STR "5d889305"
#endif // _NVGSDK_CONFIG_H_
diff --git a/include/gfesdk/gfe3_product_version.h b/include/gfesdk/gfe3_product_version.h
index 13d9b09..64a2a63 100644
--- a/include/gfesdk/gfe3_product_version.h
+++ b/include/gfesdk/gfe3_product_version.h
@@ -13,7 +13,7 @@
#define NVIDIA_GFE3_VERSION_MINOR 13
#define NVIDIA_GFE3_VERSION_DEV_REBASE 0
#define NVIDIA_GFE3_VERSION_RNEXT_REBASE 0
-#define NVIDIA_GFE3_VERSION_BUILD 41
+#define NVIDIA_GFE3_VERSION_BUILD 47
//
// Composite version values. We don't concatenate them here automatically because
@@ -22,11 +22,11 @@
//
// Format: A,B,XY,N
-#define NVIDIA_GFE3_VERSION 3,13,0,41
+#define NVIDIA_GFE3_VERSION 3,13,0,47
// Format: A.B.XY.N
-#define NVIDIA_GFE3_VERSION_DOT 3.13.0.41
+#define NVIDIA_GFE3_VERSION_DOT 3.13.0.47
// Format: "A.B.XY.N"
-#define NVIDIA_GFE3_VERSION_STRING "3.13.0.41"
+#define NVIDIA_GFE3_VERSION_STRING "3.13.0.47"
//
// Some common strings
diff --git a/include/gfesdk/sdk_types_ipc.h b/include/gfesdk/sdk_types_ipc.h
index 09353ad..03416c2 100644
--- a/include/gfesdk/sdk_types_ipc.h
+++ b/include/gfesdk/sdk_types_ipc.h
@@ -45,7 +45,7 @@ extern "C" {
*/
int const NVGSDK_IPC_VERSION_MAJOR = 1;
-int const NVGSDK_IPC_VERSION_MINOR = 0;
+int const NVGSDK_IPC_VERSION_MINOR = 1;
/*!
* \brief Possible return values of all external APIs