Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/IMB_anim.h
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | |||||
| #define MAXNUMSTREAMS 50 | #define MAXNUMSTREAMS 50 | ||||
| struct IDProperty; | struct IDProperty; | ||||
| struct _AviMovie; | struct _AviMovie; | ||||
| struct anim_index; | struct anim_index; | ||||
| struct anim { | struct anim { | ||||
| int ib_flags; | eImBufFlags ib_flags; | ||||
| int curtype; | int curtype; | ||||
| int curposition; /* index 0 = 1e, 1 = 2e, enz. */ | int curposition; /* index 0 = 1e, 1 = 2e, enz. */ | ||||
| int duration_in_frames; | int duration_in_frames; | ||||
| int frs_sec; | int frs_sec; | ||||
| double frs_sec_base; | double frs_sec_base; | ||||
| int x, y; | int x, y; | ||||
| /* for number */ | /* for number */ | ||||
| ▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines | |||||