[FFmpeg-soc] [soc]: r1598 - aac/aactab.h

superdump subversion at mplayerhq.hu
Tue Dec 18 13:02:01 CET 2007


Author: superdump
Date: Tue Dec 18 13:02:01 2007
New Revision: 1598

Log:
Add license header, doxygen file header and multiple inclusion protection


Modified:
   aac/aactab.h

Modified: aac/aactab.h
==============================================================================
--- aac/aactab.h	(original)
+++ aac/aactab.h	Tue Dec 18 13:02:01 2007
@@ -1,3 +1,35 @@
+/*
+ * AAC data and definitions
+ * Copyright (c) 2005-2006 Oded Shimon ( ods15 ods15 dyndns org )
+ * Copyright (c) 2006-2007 Maxim Gavrilov ( maxim.gavrilov gmail com )
+ *
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.1 of the License, or (at your option) any later version.
+ *
+ * FFmpeg 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 FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+/**
+ * @file aactab.h
+ * AAC data and definitions
+ * @author Oded Shimon  ( ods15 ods15 dyndns org )
+ * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
+ */
+
+#ifndef FFMPEG_AACTAB_H
+#define FFMPEG_AACTAB_H
+
 //tns
 #define TNS_MAX_ORDER 20
 
@@ -681,3 +713,5 @@ static const uint16_t codebook11[][2] = 
     {    0xAC,  8 }, {    0xA9,  8 }, {    0xB1,  8 }, {    0xB3,  8 },
     {    0xBB,  8 }, {    0xC0,  8 }, {   0x18F,  9 }, {     0x4,  5 },
 };
+
+#endif /* FFMPEG_AACTAB_H */



More information about the FFmpeg-soc mailing list