summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-19 03:13:38 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-19 03:13:38 +0100
commit0cdd094b556b59cca81727664e4161887f4d3b17 (patch)
treeee7bd2ba758d848a2b5669dd93710a32f097b9a6 /src/types.h
parentf44f95e5592f800edfa54ec8b6b1cc1ccf302e3a (diff)
Cope with DCPs that don't specify the picture as stereoscopic but are 3D and indicate it by having differing EditRate and FrameRate.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 98b7c33a..314b674b 100644
--- a/src/types.h
+++ b/src/types.h
@@ -82,6 +82,9 @@ public:
int denominator;
};
+extern bool operator== (Fraction const & a, Fraction const & b);
+extern bool operator!= (Fraction const & a, Fraction const & b);
+
enum EqualityFlags {
LIBDCP_METADATA = 0x1,
MXF_BITWISE = 0x2,