[x265] [PATCH] CLI Options: reset x265_param_default to extern "C"
deepthi at multicorewareinc.com
deepthi at multicorewareinc.com
Mon Sep 16 19:40:35 CEST 2013
# HG changeset patch
# User Deepthi Nandakumar <deepthi at multicorewareinc.com>
# Date 1379352427 -19800
# Node ID 9a727efab9fa4048eed7330abe28cf7e088590fb
# Parent 960dbe7142090002a23ba53f5fc171b48888a5a0
CLI Options: reset x265_param_default to extern "C"
diff -r 960dbe714209 -r 9a727efab9fa source/common/common.cpp
--- a/source/common/common.cpp Mon Sep 16 18:55:58 2013 +0530
+++ b/source/common/common.cpp Mon Sep 16 22:57:07 2013 +0530
@@ -115,6 +115,7 @@
va_end(arg);
}
+extern "C"
void x265_param_default(x265_param_t *param)
{
memset(param, 0, sizeof(x265_param_t));
More information about the x265-devel
mailing list