From 65b6c374e716878c46f7ff8ee86f25a5807c29cd Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Thu, 24 Aug 2017 10:15:31 +0200 Subject: Make data group apptypes constants --- src/sls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sls.h') 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); -- cgit v1.2.3