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>2011-08-01 19:46:29 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-08-01 19:46:29 +0400
commit460745e33007c2f1611c611d36e15b5235f63ba3 (patch)
treed7badc5bcc15f89959311b560c4c143cc0d26208 /src/DSUtil/DSUtil.h
parent6d9a33bd19702d360445efcebfef3a11decd502f (diff)
whitespace cleanup, headers cleanup, copyright year update
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3526 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/DSUtil/DSUtil.h')
-rw-r--r--src/DSUtil/DSUtil.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/DSUtil/DSUtil.h b/src/DSUtil/DSUtil.h
index 8d22e5dbb..dde63d69d 100644
--- a/src/DSUtil/DSUtil.h
+++ b/src/DSUtil/DSUtil.h
@@ -2,7 +2,7 @@
* $Id$
*
* (C) 2003-2006 Gabest
- * (C) 2006-2010 see AUTHORS
+ * (C) 2006-2011 see AUTHORS
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -26,12 +26,11 @@
#include "NullRenderers.h"
#include "HdmvClipInfo.h"
#include "H264Nalu.h"
-//#include "MediaTypes.h"
#include "MediaTypeEx.h"
#include "vd.h"
#include "text.h"
-#define LCID_NOSUBTITLES -1
+#define LCID_NOSUBTITLES -1
extern void DumpStreamConfig(TCHAR* fn, IAMStreamConfig* pAMVSCCap);
extern int CountPins(IBaseFilter* pBF, int& nIn, int& nOut, int& nInC, int& nOutC);