changeset 1911:935554aa55ab draft

Merged multicoreware/xhevc into default
author Deepthi Devaki Akkoorath <deepthidevaki@multicorewareinc.com>
date Mon, 03 Jun 2013 11:21:35 +0530
parents 4775c440491b (current diff) 76e4be882d57 (diff)
children ef29b3f922b2
files
diffstat 1 files changed, 1 insertions(+-), 0 deletions(-) [+]
line wrap: on
line diff
--- a/source/x265.cpp	Mon Jun 03 11:20:07 2013 +0530
+++ b/source/x265.cpp	Mon Jun 03 11:21:35 2013 +0530
@@ -64,6 +64,7 @@ static struct option long_options[] =
 #define OPT(longname, var, argreq, flag, helptext) { longname, argreq, NULL, flag },
 #define STROPT OPT
 #include "x265opts.h"
+{0, 0, 0, 0}
 #undef OPT
 #undef STROPT
 #undef HELP