summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-27 01:13:07 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-27 01:13:07 +0100
commit7ffd5bd9b4571c2db06a8c50419fe90b06ef1a07 (patch)
treeae1f013240e02da963c6067ab71379caf04162aa /src/lib/util.h
parent520203da69da7b6638cba569ca1975a7dd036b5e (diff)
Try to separate out filter graph code and use a different one for each different pixel format / size of frame.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index eb2af8381..1af650085 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -83,6 +83,8 @@ struct Size
int height;
};
+extern bool operator== (Size const & a, Size const & b);
+
/** A description of the crop of an image or video. */
struct Crop
{