mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
shift video instead of subtitles
This is probably wrong in some cases. This is probably what we want with matroska files.
This commit is contained in:
parent
2c5e72a686
commit
1afffc9b5d
@ -2193,7 +2193,7 @@ found:
|
||||
|
||||
// recalculate this block's timecode to final timecode in ns
|
||||
timecode = mul3(mf->Tracks[tracknum]->TimecodeScale,
|
||||
(timecode - mf->firstTimecode + block_timecode) * mf->Seg.TimecodeScale);
|
||||
(timecode + block_timecode) * mf->Seg.TimecodeScale);
|
||||
|
||||
c = readch(mf);
|
||||
if (c==EOF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user