diff options
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index aeaa82ec6..458a2ecf3 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -32,6 +32,7 @@ typedef int64_t Time; #define TIME_HZ ((Time) 96000) typedef int64_t OutputAudioFrame; typedef int OutputVideoFrame; +typedef std::vector<boost::shared_ptr<Content> > ContentList; /** @struct Crop * @brief A description of the crop of an image or video. |
