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>2008-01-27 19:06:52 +0300
committerCasimir666 <casimir666@users.sourceforge.net>2008-01-27 19:06:52 +0300
commit98f344f3ba6cac70f93867fc78308d42a6e68236 (patch)
tree82a4ca89bf928ec089a157d31d28fff106b2058f /src/apps/mplayerc/PPageOutput.h
parente46081cd88415f63b46283a7536e7c10a5b89df0 (diff)
Added : Theora internal decoder
Updated : VC1 decoder (DXVA not working yet) Code cleanup git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@385 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageOutput.h')
-rw-r--r--src/apps/mplayerc/PPageOutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps/mplayerc/PPageOutput.h b/src/apps/mplayerc/PPageOutput.h
index f3167ea8e..9b4d7298b 100644
--- a/src/apps/mplayerc/PPageOutput.h
+++ b/src/apps/mplayerc/PPageOutput.h
@@ -67,4 +67,5 @@ public:
afx_msg void OnUpdateMixerYUV(CCmdUI* pCmdUI);
afx_msg void OnSurfaceChange();
afx_msg void OnDSRendererChange(UINT nIDbutton);
+ afx_msg void OnFullscreenCheck();
};