Blender Git Commit Log
Git Commits -> Revision 139cb3c
Revision 139cb3c by Joseph Eagar (master) December 25, 2007, 06:48 (GMT) |
=Scons ffmpeg update and avi fix= Updated scons to work with the ffmpeg binaries in lib/windows/gcc again. Also fixed a bug reported by Debolaz on irc. Blender's internal avi reading (which can only read simple formats like motion jpeg) was telling the video code it could read all avis, without checking their codec. To fix this, I copied AVI_open_movie(), and modified it to to replace AVI_is_avi(). Now it properly checks the codec, and validates the header. |
Commit Details:
Full Hash: 139cb3c0bc371bbc1740b6938bb61c9f80dbaadb
SVN Revision: 12997
Parent Commit: 9b45ead
Lines Changed: +191, -1