Fixed MP4 filesize estimate.
This commit is contained in:
parent
f70a93cd82
commit
4a8abcaae6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace Mist {
|
||||||
retVal += *keyIt;
|
retVal += *keyIt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return retVal * (1 + (double)selectedTracks.size() * 0.1);
|
return retVal * 1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string OutProgressiveMP4::DTSCMeta2MP4Header(long long & size){
|
std::string OutProgressiveMP4::DTSCMeta2MP4Header(long long & size){
|
||||||
|
|
Loading…
Add table
Reference in a new issue