Blender Git Commit Log
Git Commits -> Revision 6778ef4
Revision 6778ef4 by Sergey Sharybin (master) July 21, 2020, 10:49 (GMT) |
Fix T78867: Crash related to viewing video files Any time FFmpeg was used to get a picture Blender would crash when FFmpeg 4.3 is used. This affects thumbnails, VSE, Clip Editor. Caused by a bug in FFmpeg which lead to crashes when unaligned buffer was passed to sws_scale(). It got fixed later on in FFmpeg, but for portability and compatibility reasons still nice to avoid crash, especially since it's not so difficult to do. FFmpeg ticked number is #8747 The FFmpeg Git hash with the fix: ba3e771a42c2 Differential Revision: https://developer.blender.org/D8355 |
Commit Details:
Full Hash: 6778ef4dcc6e8d92e3b2ec9b9ecaf1e54e5bf7b5
Parent Commit: 1c0fa3a
Lines Changed: +23, -1
1 Modified Path:
/source/blender/imbuf/intern/anim_movie.c (+23, -1) (Diff)