comparison mpegaudiodata.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents d47ee2d1d7da
children 85c4aca68be3
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
22 /** 22 /**
23 * @file mpegaudiodata.h 23 * @file mpegaudiodata.h
24 * mpeg audio layer common tables. 24 * mpeg audio layer common tables.
25 */ 25 */
26 26
27 #ifndef MPEGAUDIODATA_H 27 #ifndef FFMPEG_MPEGAUDIODATA_H
28 #define MPEGAUDIODATA_H 28 #define FFMPEG_MPEGAUDIODATA_H
29 29
30 #include "common.h" 30 #include "common.h"
31 31
32 extern const uint16_t ff_mpa_bitrate_tab[2][3][15]; 32 extern const uint16_t ff_mpa_bitrate_tab[2][3][15];
33 extern const uint16_t ff_mpa_freq_tab[3]; 33 extern const uint16_t ff_mpa_freq_tab[3];
35 extern const int ff_mpa_sblimit_table[5]; 35 extern const int ff_mpa_sblimit_table[5];
36 extern const int ff_mpa_quant_steps[17]; 36 extern const int ff_mpa_quant_steps[17];
37 extern const int ff_mpa_quant_bits[17]; 37 extern const int ff_mpa_quant_bits[17];
38 extern const unsigned char *ff_mpa_alloc_tables[5]; 38 extern const unsigned char *ff_mpa_alloc_tables[5];
39 39
40 #endif /* MPEGAUDIODATA_H */ 40 #endif /* FFMPEG_MPEGAUDIODATA_H */