summaryrefslogtreecommitdiffstats
path: root/divx4_vbr.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-23 19:02:21 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-23 19:02:21 +0000
commit85da32dd6e20f48cc81f1129d16574ab2eb0522a (patch)
tree776e880ee707e202584ac5310235536217b3f866 /divx4_vbr.c
parent5d9792d2182c7a7ad70ea1f8bdbaa2da10d0120e (diff)
downloadmpv-85da32dd6e20f48cc81f1129d16574ab2eb0522a.tar.bz2
mpv-85da32dd6e20f48cc81f1129d16574ab2eb0522a.tar.xz
accepted. so we're now 110% gpl...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7492 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'divx4_vbr.c')
-rw-r--r--divx4_vbr.c33
1 files changed, 6 insertions, 27 deletions
diff --git a/divx4_vbr.c b/divx4_vbr.c
index 0433022fcd..3a6dafcf69 100644
--- a/divx4_vbr.c
+++ b/divx4_vbr.c
@@ -1,39 +1,18 @@
/*
* divx4_vbr.c
*
- * Copyright (C) Thomas Östreich - June 2001
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file COPYING in the main directory of the Linux
+ * distribution for more details.
*
* 2-pass code OpenDivX port:
* Copyright (C) 2001 Christoph Lampert <gruel@gmx.de>
*
- * This file is part of transcode, a linux video stream processing tool
- *
- * transcode 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, or (at your option)
- * any later version.
- *
- * transcode 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 GNU Make; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- *
+ * Large parts of this code were taken from VbrControl() from the OpenDivX
+ * project, (C) divxnetworks, written by Eugene Kuznetsov <ekuznetsov@divxnetworks.com>
+ * with the permission of Darrius "Junto" Thompson, Director DivX
*/
-
-/**********************************************************
- * Two-pass-code from OpenDivX *
- * *
- * Large parts of this code were taken from VbrControl() *
- * from the OpenDivX project, (C) divxnetworks, *
- * this code is published under DivX Open license, which *
- * can be found... somewhere... oh, whatever... *
- **********************************************************/
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>