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:
authorCasimir666 <casimir666@users.sourceforge.net>2006-12-10 16:12:11 +0300
committerCasimir666 <casimir666@users.sourceforge.net>2006-12-10 16:12:11 +0300
commit43dd2e4e0e6a9f0ab8b8d5c667422256954c2a7a (patch)
treec9b511459f4afb42b1f94dc3b9c5738a54c48aad /src/apps/mplayerc/PlayerSubresyncBar.h
parentf7d6f32d16de3c2da0569b77f0616b99f0a7b301 (diff)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@27 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PlayerSubresyncBar.h')
-rw-r--r--src/apps/mplayerc/PlayerSubresyncBar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/apps/mplayerc/PlayerSubresyncBar.h b/src/apps/mplayerc/PlayerSubresyncBar.h
index f826c511b..aaeda46fd 100644
--- a/src/apps/mplayerc/PlayerSubresyncBar.h
+++ b/src/apps/mplayerc/PlayerSubresyncBar.h
@@ -87,6 +87,11 @@ public:
void ResetSubtitle();
void SaveSubtitle();
+ int FindNearestSub(__int64& rtPos, bool bForward);
+ bool ShiftSubtitle(int nItem, long lValue, __int64& rtPos);
+ bool SaveToDisk();
+
+
protected:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual BOOL PreTranslateMessage(MSG* pMsg);