summaryrefslogtreecommitdiff
path: root/channels/vcodecs.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-12-29 02:02:03 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-12-29 02:02:03 +0000
commitd6d39dfee941d29727d37f4c1992571f1ae5738b (patch)
treea622efcae49f3bbea2ae0fd10b5518a9679b3de2 /channels/vcodecs.c
parentf2702ec721dac9a18457a4c6b3f2132d93844ee3 (diff)
Move grabbers definitions to a separate file, vgrabbers.c, so it is easier
to add more entries. This required moving struct grab_desc to the common header, and adding an entry in the Makefile. On passing, cleanup some comments and file headers (some are still missing). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/vcodecs.c')
-rw-r--r--channels/vcodecs.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/channels/vcodecs.c b/channels/vcodecs.c
index 8cb1f2099..6eccd63f1 100644
--- a/channels/vcodecs.c
+++ b/channels/vcodecs.c
@@ -1,4 +1,20 @@
/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright 2007, Sergio Fadda, Luigi Rizzo
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*
* Video codecs support for console_video.c
* $Revision$
*/