Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-09-24 17:48:37 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-09-24 17:48:37 +0400
commit2953b6ab5c757a3fa084b8e53894682e2c585856 (patch)
tree2cb3b56407204e3f977b0ac66435077fe92a61eb /source/blender/imbuf/IMB_colormanagement.h
parentc12d16cf4bf21964fb2e50e9334416d571b8ca3a (diff)
Fix #32644: ctrl+F11 internal animation player crash
Crash was caused by missed color management initialization -- it was happening too late. Move it to generic ImBuf init/exit functions, so now color management is properly initializing when animation player is launched.
Diffstat (limited to 'source/blender/imbuf/IMB_colormanagement.h')
-rw-r--r--source/blender/imbuf/IMB_colormanagement.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/imbuf/IMB_colormanagement.h b/source/blender/imbuf/IMB_colormanagement.h
index 7126d1bcc8b..f6aaae716a8 100644
--- a/source/blender/imbuf/IMB_colormanagement.h
+++ b/source/blender/imbuf/IMB_colormanagement.h
@@ -50,11 +50,6 @@ struct ImageFormatData;
struct ColorSpace;
struct ColorManagedDisplay;
-/* ** Initialization / De-initialization ** */
-
-void IMB_colormanagement_init(void);
-void IMB_colormanagement_exit(void);
-
/* ** Generic functions ** */
void IMB_colormanagement_check_file_config(struct Main *bmain);