Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/IMB_anim.h
| Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | |||||
| #endif | #endif | ||||
| #include "imbuf.h" | #include "imbuf.h" | ||||
| #ifdef WITH_AVI | #ifdef WITH_AVI | ||||
| # include "AVI_avi.h" | # include "AVI_avi.h" | ||||
| #endif | #endif | ||||
| #include "BLI_listbase.h" | |||||
| #include "IMB_imbuf.h" | #include "IMB_imbuf.h" | ||||
| #include "IMB_imbuf_types.h" | #include "IMB_imbuf_types.h" | ||||
| #include "IMB_allocimbuf.h" | #include "IMB_allocimbuf.h" | ||||
| #ifdef WITH_FFMPEG | #ifdef WITH_FFMPEG | ||||
| # include <libavcodec/avcodec.h> | # include <libavcodec/avcodec.h> | ||||
| # include <libavformat/avformat.h> | # include <libavformat/avformat.h> | ||||
| ▲ Show 20 Lines • Show All 90 Lines • Show Last 20 Lines | |||||