Blender Git Commit Log

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

5 Modified Paths:

/source/blender/blenkernel/BKE_utildefines.h (+5, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+0, -6) (Diff)
/source/blender/src/buttons_scene.c (+1, -1) (Diff)
/source/blender/src/editsound.c (+3, -18) (Diff)
/source/blender/src/seqaudio.c (+29, -16) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021