Blender Git Loki
Git Commits -> Revision 15faab0
Revision 15faab0 by Bastien Montagne (master) January 8, 2016, 08:41 (GMT) |
Fix T47135: VSE importing sound is one frame longer than video. Issue is with rounding up of length reported by audaspace for audio part - when it matches nearly exactly the actual video length, using ceil() would make it one frame longer. Now apply a small (0.0001 frame) negative offset to prevent this effect. |
Commit Details:
Full Hash: 15faab0082d6de6ba1bb0787798f66f69a53dabe
Parent Commit: 1341f91
Lines Changed: +2, -1
1 Modified Path:
/source/blender/blenkernel/intern/sequencer.c (+2, -1) (Diff)