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-02-23 14:18:10 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-02-23 14:18:10 +0400
commit4662e40bfa3f8a35a73ac42029e3da5ef280d86d (patch)
tree498aa885d425b10838259774245bb1e17dcfd95c /source/blender/imbuf/IMB_imbuf.h
parentd881bb4b32d1dff089b6f8c61d0f0fdd16d2b82b (diff)
Fix #30315: Temporary proxy files are not erased and old proxys are not updated if the proxy is built more then once (windows)
Two issues are fixed here: - On windows rename() doesn't actually renames file if destination file is already exist. Solved by ulinking previously built proxy/timecode. - IMB_TC_MAX_SLOT was set to incorrect value leading to record run timecode calculating several times.
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 9d21cc6d8d9..5f38142726f 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -199,7 +199,7 @@ typedef enum IMB_Timecode_Type {
device (*every* consumer camcorder can do
that :) )*/
IMB_TC_RECORD_RUN_NO_GAPS = 8,
- IMB_TC_MAX_SLOT = 8
+ IMB_TC_MAX_SLOT = 4
} IMB_Timecode_Type;
typedef enum IMB_Proxy_Size {