Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatmaul <matmaul@users.sourceforge.net>2008-03-07 21:20:08 +0300
committermatmaul <matmaul@users.sourceforge.net>2008-03-07 21:20:08 +0300
commit9f5e8813ff4e5de23f1f38ae8c586678d32193a0 (patch)
tree5335c43516251bd1aee442be70098b06ca691aef /src/apps/mplayerc/PPageSubtitles.h
parenta2a7bbc1fb0e6a5787139e5fae32288e5e4a1c6b (diff)
Subtitle delay support (this one does not modify the subtitle file)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@435 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageSubtitles.h')
-rw-r--r--src/apps/mplayerc/PPageSubtitles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps/mplayerc/PPageSubtitles.h b/src/apps/mplayerc/PPageSubtitles.h
index d29b60f10..db2c7e8b2 100644
--- a/src/apps/mplayerc/PPageSubtitles.h
+++ b/src/apps/mplayerc/PPageSubtitles.h
@@ -47,6 +47,7 @@ public:
CSpinButtonCtrl m_nSPCSizeCtrl;
CComboBox m_spmaxres;
BOOL m_fSPCPow2Tex;
+ int m_nSubDelayInterval;
// Dialog Data
enum { IDD = IDD_PPAGESUBTITLES };