--- subtitle_org/text-overlay.h 2005-05-04 23:27:52.000000000 -0700 +++ subtitle_new/text-overlay.h 2005-12-15 12:15:23.343750000 -0800 @@ -129,7 +129,7 @@ { public: Subtitle( PClip _child, const char _text[], int _x, int _y, int _firstframe, int _lastframe, - const char _fontname[], int _size, int _textcolor, int _halocolor, int _align, int _spc ); + const char _fontname[], int _size, int _textcolor, int _halocolor, int _align, int _spc, int _lsp ); virtual ~Subtitle(void); PVideoFrame __stdcall GetFrame(int n, IScriptEnvironment* env); @@ -138,7 +138,7 @@ private: void InitAntialiaser(void); - const int x, y, firstframe, lastframe, size; + const int x, y, firstframe, lastframe, size, lsp; const int textcolor, halocolor, align, spc; const char* const fontname; const char* const text;