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:
authorkinddragon <kinddragon@users.sourceforge.net>2010-05-08 05:33:45 +0400
committerkinddragon <kinddragon@users.sourceforge.net>2010-05-08 05:33:45 +0400
commit8ff61506955115d818cb92114606d2ca23c320c5 (patch)
treebc34bd83afad1affe2ee52a8c5b556187baa122b /src/apps/mplayerc/FGManager.cpp
parent5d3957012244f165ff0e800d939a491cef4e43aa (diff)
VideoRenderer's moved to filter/renderer
Minor optimizations CAudioSwitcherFilter Reduced frequency of current adapter check (improve performance) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/videorenderslib@1863 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/FGManager.cpp')
-rw-r--r--src/apps/mplayerc/FGManager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/apps/mplayerc/FGManager.cpp b/src/apps/mplayerc/FGManager.cpp
index 1484e65f5..7cb04db64 100644
--- a/src/apps/mplayerc/FGManager.cpp
+++ b/src/apps/mplayerc/FGManager.cpp
@@ -26,9 +26,9 @@
#include "FGManager.h"
#include "../../DSUtil/DSUtil.h"
#include "../../filters/filters.h"
-#include "../../VideoRenderers/AllocatorCommon7.h"
-#include "../../VideoRenderers/AllocatorCommon.h"
-#include "../../VideoRenderers/SyncAllocatorPresenter.h"
+#include "AllocatorCommon7.h"
+#include "AllocatorCommon.h"
+#include "SyncAllocatorPresenter.h"
#include "DeinterlacerFilter.h"
#include "internal_filter_config.h"
#include <initguid.h>