blender/source/creator
Sergey Sharybin 8360c14f14 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.
2013-05-21 12:18:35 +00:00
..
blender.map Attempt to fix #35228: hide a few LLVM symbols that are not in the llvm namespace 2013-05-06 09:44:56 +00:00
buildinfo.c style cleanup: mostly whitespace in rna 2012-05-12 11:01:29 +00:00
CMakeLists.txt CMakeLists.txt changes to use new static Jack libs with VC2012 2013-05-16 11:24:19 +00:00
creator.c Fix #35443: Animation player doesn't play some movie formats 2013-05-21 12:18:35 +00:00
osx_locals.map OSX/scons: introducing and testing an unexported_symbols_list to prevent clashes, todo: cmake 2012-11-27 11:38:59 +00:00