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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-08 18:34:54 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-08 18:34:54 +0400
commit49e2a0bc9463e9579c28947d2059fb8d139661a2 (patch)
treea94ad97b8d3a185f134f5573164ea5d228eacd0f /src/filters/transform
parent426c9ffe8a840a62da02dcbc44ceabd1f864f184 (diff)
* NullRenderers.cpp: remove unneeded #pragma warning directive
* FfmpegContext.cpp: fix typo in comment git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5048 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform')
-rw-r--r--src/filters/transform/MPCVideoDec/FfmpegContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/transform/MPCVideoDec/FfmpegContext.cpp b/src/filters/transform/MPCVideoDec/FfmpegContext.cpp
index 6ccde3df2..6f8a74ce9 100644
--- a/src/filters/transform/MPCVideoDec/FfmpegContext.cpp
+++ b/src/filters/transform/MPCVideoDec/FfmpegContext.cpp
@@ -31,7 +31,7 @@
#include "FfmpegContext.h"
-extern BOOL IsWinVistaOrLater(); // requires linking with DSUtils which is always the case
+extern BOOL IsWinVistaOrLater(); // requires linking with DSUtil which is always the case
extern "C" {
#include <ffmpeg/libavcodec/dsputil.h>