shithub: openh264

Download patch

ref: 6a6829b84cbedd6eebfb97c8d31209f1ab0c4398
parent: 0c7c856752defe7d7ecf0c1c0e838518fea1125c
parent: 35490ef7167cb7e9a065ab0170f9810596c77d23
author: ruil2 <ruil2@cisco.com>
date: Fri May 18 07:43:21 EDT 2018

Merge pull request #2969 from sijchen/master

[Console] add initialization in console to avoid random value

--- a/codec/console/enc/src/welsenc.cpp
+++ b/codec/console/enc/src/welsenc.cpp
@@ -763,7 +763,7 @@
 #if defined ( STICK_STREAM_SIZE )
   FILE* fTrackStream = fopen ("coding_size.stream", "wb");
 #endif
-  SFilesSet fs;
+  SFilesSet fs = {};
   // for configuration file
   CReadConfig cRdCfg;
   int iParsedNum = 1;