Blender Git Loki
Git Commits -> Revision 9780844
Revision 9780844 by Sergey Sharybin (master) November 18, 2011, 20:55 (GMT) |
Fix #29321: Video does not display, gets frozen or flickers Unfortunately, error was caused by own attempt to deal with some kind of broken videos when was investigating crashes in sequencer. Issue discovered that time was related on values stored in timecode index and using them as signed data type later. Trying to use unsigned value here leads to signed/unsigned check failures. Prefer just to pre-process that kind of videos i've been trying to deal with rather than making more global changes during BCON3. |
Commit Details:
Full Hash: 97808449e617661f0a08677083ef4d6bc692e6d3
SVN Revision: 41973
Parent Commit: 6fa4beb
Lines Changed: +1, -1
1 Modified Path:
/source/blender/imbuf/intern/anim_movie.c (+1, -1) (Diff)