[x264-devel] commit: Update header in depth.c (Jason Garrett-Glaser )
git at videolan.org
git at videolan.org
Sun Oct 10 23:47:36 CEST 2010
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Tue Sep 28 17:48:00 2010 -0700| [3a18f20923b3be39a33a2ba601668421e245c899] | committer: Jason Garrett-Glaser
Update header in depth.c
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=3a18f20923b3be39a33a2ba601668421e245c899
---
filters/video/depth.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/filters/video/depth.c b/filters/video/depth.c
index 92dbeb8..ded80f3 100644
--- a/filters/video/depth.c
+++ b/filters/video/depth.c
@@ -1,7 +1,9 @@
/*****************************************************************************
- * depth.c: x264 video depth filter
+ * depth.c: bit-depth conversion video filter
*****************************************************************************
- * Copyright (C) 2010 Oskar Arvidsson <oskar at irock.se>
+ * Copyright (C) 2010 x264 project
+ *
+ * Authors: Oskar Arvidsson <oskar at irock.se>
*
* 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
@@ -16,6 +18,9 @@
* 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 02111, USA.
+ *
+ * This program is also available under a commercial proprietary license.
+ * For more information, contact us at licensing at x264.com.
*****************************************************************************/
#include "video.h"
More information about the x264-devel
mailing list