diff options
author | Stefan Pöschel <github@basicmaster.de> | 2017-08-24 10:15:31 +0200 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2017-08-24 10:15:31 +0200 |
commit | 65b6c374e716878c46f7ff8ee86f25a5807c29cd (patch) | |
tree | 1e6908d7bf1532c667783c4c6aa83c3ea3b9289c /src/sls.h | |
parent | 6a835162ecafe48609aa866a800289670a0c9f3c (diff) | |
download | ODR-PadEnc-65b6c374e716878c46f7ff8ee86f25a5807c29cd.tar.gz ODR-PadEnc-65b6c374e716878c46f7ff8ee86f25a5807c29cd.tar.bz2 ODR-PadEnc-65b6c374e716878c46f7ff8ee86f25a5807c29cd.zip |
Make data group apptypes constants
Diffstat (limited to 'src/sls.h')
-rw-r--r-- | src/sls.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |