summaryrefslogtreecommitdiff
path: root/libavcodec/indeo2data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/indeo2data.h')
-rw-r--r--libavcodec/indeo2data.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/libavcodec/indeo2data.h b/libavcodec/indeo2data.h
index 2430b53c3f..59bb2f97da 100644
--- a/libavcodec/indeo2data.h
+++ b/libavcodec/indeo2data.h
@@ -1,3 +1,22 @@
+/*
+ * Indel Indeo 2 codec
+ * copyright (c) 2005 Konstantin Shishkov
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#define IR2_CODES 143
static const uint16_t ir2_codes[IR2_CODES][2] = {
#ifdef ALT_BITSTREAM_READER_LE