summaryrefslogtreecommitdiff
path: root/src/lib/video_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-14 12:10:59 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-14 12:10:59 +0100
commitb19543a036c389c9970a65f77606afb55d9fd11d (patch)
tree3a78d574e16a26717ba8d22c2c49bc9b867beba4 /src/lib/video_frame.h
parent4b7b0edb359ae68f2dbcab90c7c10382f507fa5b (diff)
Fix some confusion with filling and VideoFrame.
Diffstat (limited to 'src/lib/video_frame.h')
-rw-r--r--src/lib/video_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_frame.h b/src/lib/video_frame.h
index abb25ec37..ac9a345af 100644
--- a/src/lib/video_frame.h
+++ b/src/lib/video_frame.h
@@ -58,5 +58,6 @@ private:
extern bool operator== (VideoFrame const & a, VideoFrame const & b);
extern bool operator!= (VideoFrame const & a, VideoFrame const & b);
+extern bool operator> (VideoFrame const & a, VideoFrame const & b);
#endif