Fix uninitialized var in output_ebml
This commit is contained in:
parent
5150a2ec32
commit
0058937772
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace Mist{
|
|||
infoSize = 0;
|
||||
cuesSize = 0;
|
||||
seekheadSize = 0;
|
||||
seekSize = 0;
|
||||
doctype = "matroska";
|
||||
if (config->getString("target").size()){
|
||||
if (config->getString("target").find(".webm") != std::string::npos){doctype = "webm";}
|
||||
|
|
Loading…
Add table
Reference in a new issue