X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypes.h;h=f9e9b2f4b6668e62328014a19da6ba8eb9cf07f8;hb=fd040c2bd27fde35424a384174ecb56c643764cd;hp=f821a74ac17d1713301056838d5b28bc89107b9b;hpb=d5eb7198e71c94f2756331aa2f0452c6b6c9398d;p=dcpomatic.git diff --git a/src/lib/types.h b/src/lib/types.h index f821a74ac..f9e9b2f4b 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -17,8 +17,8 @@ */ -#ifndef DVDOMATIC_TYPES_H -#define DVDOMATIC_TYPES_H +#ifndef DCPOMATIC_TYPES_H +#define DCPOMATIC_TYPES_H #include #include @@ -29,6 +29,7 @@ class Content; typedef std::vector > ContentList; typedef int64_t ContentAudioFrame; typedef int ContentVideoFrame; +typedef double Time; /** @struct Crop * @brief A description of the crop of an image or video.