aboutsummaryrefslogtreecommitdiffstats
path: root/src/sls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sls.h')
-rw-r--r--src/sls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sls.h b/src/sls.h
index 5491c0a..9695544 100644
--- a/src/sls.h
+++ b/src/sls.h
@@ -245,6 +245,9 @@ private:
int cindex_header;
int cindex_body;
public:
+ static const int APPTYPE_MOT_START;
+ static const int APPTYPE_MOT_CONT;
+
SLSEncoder(PADPacketizer* pad_packetizer) : pad_packetizer(pad_packetizer), cindex_header(0), cindex_body(0) {}
bool encodeSlide(const std::string& fname, int fidx, bool raw_slides);