Typo made linear audio sync = 0.0 if nothing was specified ruining all the timecodes.

This commit is contained in:
Moritz Bunkus 2003-06-22 10:34:56 +00:00
parent bcb3fc6c1c
commit 617bc828b1

View File

@ -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;
}