Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
003cddcd
Commit
003cddcd
authored
Jul 07, 2017
by
luyikei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing copyright
parent
5a2a9622
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
88 additions
and
0 deletions
+88
-0
src/Backend/IInfo.h
src/Backend/IInfo.h
+22
-0
src/Backend/IParameterInfo.h
src/Backend/IParameterInfo.h
+22
-0
src/Backend/MLT/MLTParameterInfo.cpp
src/Backend/MLT/MLTParameterInfo.cpp
+22
-0
src/Backend/MLT/MLTParameterInfo.h
src/Backend/MLT/MLTParameterInfo.h
+22
-0
No files found.
src/Backend/IInfo.h
View file @
003cddcd
/*****************************************************************************
* IInfo.h: Abstract information class
*****************************************************************************
* Copyright (C) 2008-2017 VideoLAN
*
* Authors: Yikei Lu <luyikei.qmltu@gmail.com>
*
* 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 the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef IINFO_H
#define IINFO_H
...
...
src/Backend/IParameterInfo.h
View file @
003cddcd
/*****************************************************************************
* IParameterInfo.h: Abstract parameter information class
*****************************************************************************
* Copyright (C) 2008-2017 VideoLAN
*
* Authors: Yikei Lu <luyikei.qmltu@gmail.com>
*
* 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 the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef IPARAMETERINFO_H
#define IPARAMETERINFO_H
...
...
src/Backend/MLT/MLTParameterInfo.cpp
View file @
003cddcd
/*****************************************************************************
* MLTParameterInfo.cpp: Parameter information
*****************************************************************************
* Copyright (C) 2008-2017 VideoLAN
*
* Authors: Yikei Lu <luyikei.qmltu@gmail.com>
*
* 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 the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include "MLTParameterInfo.h"
#include <mlt++/MltProperties.h>
...
...
src/Backend/MLT/MLTParameterInfo.h
View file @
003cddcd
/*****************************************************************************
* MLTParameterInfo.h: Parameter information
*****************************************************************************
* Copyright (C) 2008-2017 VideoLAN
*
* Authors: Yikei Lu <luyikei.qmltu@gmail.com>
*
* 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 the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef MLTPARAMETERINFO_H
#define MLTPARAMETERINFO_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment