summaryrefslogtreecommitdiff
path: root/libavcodec/g723_1_data.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 08:31:54 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-18 23:34:11 +0200
commit02908a4bd0c1aa4c6cd4f816b1f74315f7b0206c (patch)
treee8493e666a48ea4696c1610c5407294c2f5cf402 /libavcodec/g723_1_data.h
parent7b78cb3a7049dab91e415e060debdee8151046fa (diff)
lavc/g723: protect header.
Diffstat (limited to 'libavcodec/g723_1_data.h')
-rw-r--r--libavcodec/g723_1_data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h
index bd1abe9f0d..24d154f431 100644
--- a/libavcodec/g723_1_data.h
+++ b/libavcodec/g723_1_data.h
@@ -25,6 +25,9 @@
* G723.1 compatible decoder data tables
*/
+#ifndef AVCODEC_G729_DATA_H
+#define AVCODEC_G729_DATA_H
+
#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)
@@ -1313,3 +1316,5 @@ static const int16_t percept_flt_tbl[2][LPC_ORDER] = {
/* Pole part */
{16384, 8192, 4096, 2048, 1024, 512, 256, 128, 64, 32}
};
+
+#endif /* AVCODEC_G729_DATA_H */