Improve MKV input latency significantly
This commit is contained in:
parent
6727a6e37a
commit
58919a9346
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace Mist{
|
|||
if (finished){
|
||||
return (ctr - rem > 0);
|
||||
}else{
|
||||
return (ctr - rem > 12);
|
||||
return frameOffsetKnown ? (ctr - rem > 1) : (ctr - rem > 12);
|
||||
}
|
||||
}
|
||||
/// Clears all internal values, for reuse as-new.
|
||||
|
|
Loading…
Add table
Reference in a new issue