aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UVideo.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:17:50 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:17:50 +0000
commitf16756422a5dbb24ce1b751bb9e2bb1de4f19713 (patch)
tree05142c977257769a4a10af18f30079f4dd5782ad /src/media/UVideo.pas
parentdbf39d5bfc56c24a67d481187c619dc84828221f (diff)
downloadusdx-f16756422a5dbb24ce1b751bb9e2bb1de4f19713.tar.gz
usdx-f16756422a5dbb24ce1b751bb9e2bb1de4f19713.tar.xz
usdx-f16756422a5dbb24ce1b751bb9e2bb1de4f19713.zip
added file headers
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1404 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/media/UVideo.pas')
-rw-r--r--src/media/UVideo.pas44
1 files changed, 32 insertions, 12 deletions
diff --git a/src/media/UVideo.pas b/src/media/UVideo.pas
index 0ab1d350..32484d5e 100644
--- a/src/media/UVideo.pas
+++ b/src/media/UVideo.pas
@@ -1,17 +1,37 @@
-{##############################################################################
- # FFmpeg support for UltraStar deluxe #
- # #
- # Created by b1indy #
- # based on 'An ffmpeg and SDL Tutorial' (http://www.dranger.com/ffmpeg/) #
- # with modifications by Jay Binks <jaybinks@gmail.com> #
- # #
- # http://www.mail-archive.com/fpc-pascal@lists.freepascal.org/msg09949.html #
- # http://www.nabble.com/file/p11795857/mpegpas01.zip #
- # #
- ##############################################################################}
-
+{* UltraStar Deluxe - Karaoke Game
+ *
+ * UltraStar Deluxe is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * 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; see the file COPYING. If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *}
+
unit UVideo;
+{*
+ * based on 'An ffmpeg and SDL Tutorial' (http://www.dranger.com/ffmpeg/)
+ *
+ * http://www.mail-archive.com/fpc-pascal@lists.freepascal.org/msg09949.html
+ * http://www.nabble.com/file/p11795857/mpegpas01.zip
+ *}
+
// uncomment if you want to see the debug stuff
{.$define DebugDisplay}
{.$define DebugFrames}