summaryrefslogtreecommitdiff
path: root/rotord/Pixels.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-04-26 18:40:39 +0100
committerTim Redfern <tim@herge.(none)>2013-04-26 18:40:39 +0100
commitf09e12889c4ebfa3db21fa30955698171a22757b (patch)
treeb6cdfea066c94300325c9163fbe813acef467c31 /rotord/Pixels.h
parente9320eb83115f66e99bd98e76c8c9ff78ca043d4 (diff)
tinkering gstreamer loader
Diffstat (limited to 'rotord/Pixels.h')
-rw-r--r--rotord/Pixels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/Pixels.h b/rotord/Pixels.h
index 84942af..b6f5865 100644
--- a/rotord/Pixels.h
+++ b/rotord/Pixels.h
@@ -4,6 +4,7 @@
class Pixels{
public:
+ Pixels();
~Pixels();
void allocate(int w, int h, int channels);
bool isAllocated() const;