Blender Git Commit Log
Git Commits -> Revision 8360c14
Revision 8360c14 by Sergey Sharybin (master) May 21, 2013, 12:18 (GMT) |
Fix #35443: Animation player doesn't play some movie formats Need to initialize FFmpeg for animation player. This is a bit confusing, but the only way to do this properly and clear is to call IMB_ffmpeg_init from playback_mode command line callback. This is because this callback is blocking and "usual" FFmpeg initializetion (which happens after command line parsing) was never called. Could be switched to separate FFmpeg initializtion and debug level set but let's keep simple for now. |
Commit Details:
Full Hash: 8360c14f14868663de898df1ea47839768d4afd6
SVN Revision: 56943
Parent Commit: c4ee1f2
Lines Changed: +5, -0
1 Modified Path:
/source/creator/creator.c (+5, -0) (Diff)