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:
Diffstat (limited to 'source/blender/imbuf/intern/IMB_anim.h')
-rw-r--r--source/blender/imbuf/intern/IMB_anim.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/imbuf/intern/IMB_anim.h b/source/blender/imbuf/intern/IMB_anim.h
index 6fa31e122cc..804095a0727 100644
--- a/source/blender/imbuf/intern/IMB_anim.h
+++ b/source/blender/imbuf/intern/IMB_anim.h
@@ -103,7 +103,7 @@ struct anim {
int frs_sec;
double frs_sec_base;
int x, y;
-
+
/* for number */
char name[1024];
/* for sequence */
@@ -113,12 +113,12 @@ struct anim {
void *movie;
void *track;
void *params;
- int orientation;
+ int orientation;
size_t framesize;
int interlacing;
int preseek;
int streamindex;
-
+
/* avi */
struct _AviMovie *avi;
@@ -153,7 +153,7 @@ struct anim {
int proxies_tried;
int indices_tried;
-
+
struct anim *proxy_anim[IMB_PROXY_MAX_SLOT];
struct anim_index *curr_idx[IMB_TC_MAX_SLOT];