From 7ffd5bd9b4571c2db06a8c50419fe90b06ef1a07 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 27 Oct 2012 01:13:07 +0100 Subject: Try to separate out filter graph code and use a different one for each different pixel format / size of frame. --- src/lib/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/util.h') 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 { -- cgit v1.2.3