summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/PluginVideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Src/PluginVideo.cpp')
-rw-r--r--Source/Core/Common/Src/PluginVideo.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/Core/Common/Src/PluginVideo.cpp b/Source/Core/Common/Src/PluginVideo.cpp
index 9b9f3db06c..b3330a42ed 100644
--- a/Source/Core/Common/Src/PluginVideo.cpp
+++ b/Source/Core/Common/Src/PluginVideo.cpp
@@ -1,11 +1,7 @@
#include "PluginVideo.h"
-namespace Common
-{
- PluginVideo::PluginVideo(const char *_Filename) :
- CPlugin(_Filename),
- validVideo(false)
- {
+namespace Common {
+ PluginVideo::PluginVideo(const char *_Filename) : CPlugin(_Filename), validVideo(false) {
Video_Prepare = reinterpret_cast<TVideo_Prepare>
(LoadSymbol("Video_Prepare"));