summaryrefslogtreecommitdiff
path: root/client/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/decoder.h')
-rw-r--r--client/decoder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/decoder.h b/client/decoder.h
index 78caa59..ca684ed 100644
--- a/client/decoder.h
+++ b/client/decoder.h
@@ -35,7 +35,12 @@ public:
Decoder();
~Decoder();
+ unsigned char *getFrame();
+
void run();
+
+private:
+ unsigned char *frame;
};
#endif/*__MIAV_DECODER_H__*/