comparison ra144.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 322023e630a6
children b9a26c7e64ef
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef FFMPEG_RA144_H 22 #ifndef AVCODEC_RA144_H
23 #define FFMPEG_RA144_H 23 #define AVCODEC_RA144_H
24 24
25 #include <stdint.h> 25 #include <stdint.h>
26 26
27 /* 14.4 data tables */ 27 /* 14.4 data tables */
28 static const int16_t gain_val_tab[256][3] = { 28 static const int16_t gain_val_tab[256][3] = {
1550 static const int16_t * const lpc_refl_cb[10]={ 1550 static const int16_t * const lpc_refl_cb[10]={
1551 lpc_refl_cb1, lpc_refl_cb2, lpc_refl_cb3, lpc_refl_cb4, lpc_refl_cb5, 1551 lpc_refl_cb1, lpc_refl_cb2, lpc_refl_cb3, lpc_refl_cb4, lpc_refl_cb5,
1552 lpc_refl_cb6, lpc_refl_cb7, lpc_refl_cb8, lpc_refl_cb9, lpc_refl_cb10 1552 lpc_refl_cb6, lpc_refl_cb7, lpc_refl_cb8, lpc_refl_cb9, lpc_refl_cb10
1553 }; 1553 };
1554 1554
1555 #endif /* FFMPEG_RA144_H */ 1555 #endif /* AVCODEC_RA144_H */