mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
Typo made linear audio sync = 0.0 if nothing was specified ruining all the timecodes.
This commit is contained in:
parent
bcb3fc6c1c
commit
617bc828b1
@ -57,7 +57,7 @@ generic_packetizer_c::generic_packetizer_c(generic_reader_c *nreader,
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (found && (ti->async.linear == 0.0)) {
|
||||
if (!found && (ti->async.linear == 0.0)) {
|
||||
ti->async.linear = 1.0;
|
||||
ti->async.displacement = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user