[x265-commits] [x265] cli: add a (mostly harmless) missing initializer

Steve Borho steve at borho.org
Wed Jan 28 17:59:48 CET 2015


details:   http://hg.videolan.org/x265/rev/c1371f175178
branches:  
changeset: 9215:c1371f175178
user:      Steve Borho <steve at borho.org>
date:      Mon Jan 26 15:31:42 2015 -0600
description:
cli: add a (mostly harmless) missing initializer

diffstat:

 source/x265.cpp |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d0b16f0ae072 -r c1371f175178 source/x265.cpp
--- a/source/x265.cpp	Mon Jan 26 15:26:57 2015 -0600
+++ b/source/x265.cpp	Mon Jan 26 15:31:42 2015 -0600
@@ -89,6 +89,7 @@ struct CLIOptions
 
     CLIOptions()
     {
+        frameRate = 0.f;
         input = NULL;
         recon = NULL;
         framesToBeEncoded = seek = 0;


More information about the x265-commits mailing list