Merge some MPC-HC Rev.3895 code to get HdmvSub and DVBSub support.
[xy_vsfilter.git] / src / subtitles / BaseSub.cpp
blob9c975343b44b81a2362518ad34102d67da7c78b7
1 /*
2 * $Id: BaseSub.cpp 2585 2010-09-18 12:39:20Z xhmikosr $
4 * (C) 2006-2010 see AUTHORS
6 * This file is part of mplayerc.
8 * Mplayerc is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 3 of the License, or
11 * (at your option) any later version.
13 * Mplayerc is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
23 #include "stdafx.h"
24 #include "BaseSub.h"
26 CBaseSub::CBaseSub(SUBTITLE_TYPE nType)
27 : m_nType(nType)
31 CBaseSub::~CBaseSub()