comparison vorbis_enc_data.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 4394344397d8
children 3fd46e281bd8
comparison
equal deleted inserted replaced
5162:4394344397d8 5163:9ecbfc0c82bf
15 * 15 *
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20
21 #ifndef AVCODEC_VORBIS_ENC_DATA_H
22 #define AVCODEC_VORBIS_ENC_DATA_H
20 23
21 #include <stdint.h> 24 #include <stdint.h>
22 25
23 static const uint8_t codebook0[] = { 26 static const uint8_t codebook0[] = {
24 2, 10, 8, 14, 7, 12, 11, 14, 1, 5, 3, 7, 4, 9, 7, 27 2, 10, 8, 14, 7, 12, 11, 14, 1, 5, 3, 7, 4, 9, 7,
496 { 4, 1, 0, (const int[]){ 5, 6 } }, 499 { 4, 1, 0, (const int[]){ 5, 6 } },
497 { 3, 1, 1, (const int[]){ 7, 8 } }, 500 { 3, 1, 1, (const int[]){ 7, 8 } },
498 { 4, 2, 2, (const int[]){ -1, 9, 10, 11 } }, 501 { 4, 2, 2, (const int[]){ -1, 9, 10, 11 } },
499 { 3, 2, 3, (const int[]){ -1, 12, 13, 14 } }, 502 { 3, 2, 3, (const int[]){ -1, 12, 13, 14 } },
500 }; 503 };
504
505 #endif