Blender
V3.3
|
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <dirent.h>
#include "imbuf.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_allocimbuf.h"
Go to the source code of this file.
Classes | |
struct | anim |
Macros | |
#define | LITTLE_LONG ENDIAN_NOP |
#define | ANIM_NONE 0 |
#define | ANIM_SEQUENCE (1 << 0) |
#define | ANIM_MOVIE (1 << 4) |
#define | ANIM_AVI (1 << 6) |
#define | ANIM_FFMPEG (1 << 8) |
#define | MAXNUMSTREAMS 50 |
#define ANIM_AVI (1 << 6) |
Definition at line 62 of file IMB_anim.h.
#define ANIM_FFMPEG (1 << 8) |
Definition at line 63 of file IMB_anim.h.
#define ANIM_MOVIE (1 << 4) |
Definition at line 61 of file IMB_anim.h.
#define ANIM_NONE 0 |
Definition at line 59 of file IMB_anim.h.
#define ANIM_SEQUENCE (1 << 0) |
Definition at line 60 of file IMB_anim.h.
#define LITTLE_LONG ENDIAN_NOP |
Definition at line 55 of file IMB_anim.h.
#define MAXNUMSTREAMS 50 |
Definition at line 65 of file IMB_anim.h.