~ubuntu-branches/debian/sid/mplayer/sid

« back to all changes in this revision

Viewing changes to libavcodec/truespeech_data.h

  • Committer: Bazaar Package Importer
  • Author(s): A Mennucc1
  • Date: 2009-03-23 10:05:45 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090323100545-x8h79obawnnte7kk
Tags: 1.0~rc2+svn20090303-5
debian/control : move docbook-xml,docbook-xsl,xsltproc from 
Build-Depends-Indep to Build-Depends, since they are needed to run
configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
20
 */
21
21
 
22
 
#ifndef TRUESPEECH_DATA_H
23
 
#define TRUESPEECH_DATA_H
 
22
#ifndef AVCODEC_TRUESPEECH_DATA_H
 
23
#define AVCODEC_TRUESPEECH_DATA_H
24
24
 
25
25
#include <stdint.h>
26
26
 
66
66
    0xCEF0, 0xE4F9, 0xF6BB, 0x0646, 0x14F5, 0x23FF, 0x356F, 0x4A8D,
67
67
};
68
68
 
69
 
static const int16_t *ts_codebook[8] = {
 
69
static const int16_t * const ts_codebook[8] = {
70
70
    ts_cb_0, ts_cb_1, ts_cb_2, ts_cb_3, ts_cb_4, ts_cb_5, ts_cb_6, ts_cb_7
71
71
};
72
72
 
156
156
static const int16_t ts_5F2[8] =
157
157
    { 0x6000, 0x4800, 0x3600, 0x2880, 0x1E60, 0x16C8, 0x1116, 0x0CD1 };
158
158
 
159
 
#endif /* TRUESPEECH_DATA_H */
 
159
#endif /* AVCODEC_TRUESPEECH_DATA_H */