Blender Git Loki
Git Commits -> Revision b81e5ba
Revision b81e5ba by Ton Roosendaal (master) June 14, 2006, 12:42 (GMT) |
Bugfix #4135 Mixdown option (blending sequence audio strips) didn't write proper WAV. - file length in header chunk was too short (potential crasher) - endian switch code used swab(), which wasn't defined to work when src and target is identical - cleaned up some code too... like removing timecursor() for core loop. |
Commit Details:
Full Hash: b81e5bac741fca9e6938d4608d343a08c5e9d6cc
SVN Revision: 7716
Parent Commit: 8988a0d
Lines Changed: +38, -41