Blender Git Loki
Git Commits -> Revision e23bcbb
Revision e23bcbb by Lukas Toenne (master) January 7, 2014, 14:18 (GMT) |
Fix for crash in anim render: The callbacks in bMovieHandle are expected to exist and accessed without prior NULL checks (with exception of get_next_frame and get_movie_path). The callbacks are not reliably initialized however if none of the video formats is enabled (AVI being the default). Added stub functions now that ensure access to bMovieHandle callbacks is safe and doesn't crash. |
Commit Details:
Full Hash: e23bcbbb6d78709993b6187a2631eb20cd555e5a
Parent Commit: 01df756
Lines Changed: +17, -1
1 Modified Path:
/source/blender/blenkernel/intern/writeavi.c (+17, -1) (Diff)