~mbranton/libopenshot/alpha-channel-fix

« back to all changes in this revision

Viewing changes to src/bindings/python/openshot.i

  • Committer: Jonathan Thomas
  • Date: 2016-08-31 07:02:54 UTC
  • Revision ID: jonathan@openshot.org-20160831070254-g2e1yzab08i8o760
Adding new CacheBase class. This is the first of many cache related commits, with the goal of building a disk based cache object, to be used by the timeline object if enabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
#include "../../../include/Version.h"
56
56
#include "../../../include/ReaderBase.h"
57
57
#include "../../../include/WriterBase.h"
 
58
#include "../../../include/CacheBase.h"
58
59
#include "../../../include/Cache.h"
59
60
#include "../../../include/ChannelLayouts.h"
60
61
#include "../../../include/ChunkReader.h"
115
116
%include "../../../include/Version.h"
116
117
%include "../../../include/ReaderBase.h"
117
118
%include "../../../include/WriterBase.h"
 
119
%include "../../../include/CacheBase.h"
118
120
%include "../../../include/Cache.h"
119
121
%include "../../../include/ChannelLayouts.h"
120
122
%include "../../../include/ChunkReader.h"