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:
authorCampbell Barton <ideasman42@gmail.com>2012-10-07 10:27:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-07 10:27:31 +0400
commit89a415a49d0e96bd6bf63b5e6e9d5bfe2f87bc49 (patch)
tree684924e2dc7b0f53438467cb330266de86882ec2 /source/blender/avi/AVI_avi.h
parentc530661db21ce882d4b5ef16d64ed5fc8f469761 (diff)
rename avi files (endian.h is common linux include).
Diffstat (limited to 'source/blender/avi/AVI_avi.h')
-rw-r--r--source/blender/avi/AVI_avi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/avi/AVI_avi.h b/source/blender/avi/AVI_avi.h
index bdfdbc117ed..4dc52970119 100644
--- a/source/blender/avi/AVI_avi.h
+++ b/source/blender/avi/AVI_avi.h
@@ -178,7 +178,7 @@ typedef struct _AviStreamRec {
} AviStreamRec;
typedef struct _AviMovie {
- FILE *fp;
+ FILE *fp;
int type;
#define AVI_MOVIE_READ 0