This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
bcg729
mirror of
https://github.com/BelledonneCommunications/bcg729
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
8
Wiki
Activity
Browse Source
Fix wrong array length in extern definition
pull/2/head
Johan Pascal
10 years ago
parent
78aedfdf5c
commit
bdb7c38700
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/codebooks.h
+ 1
- 1
src/codebooks.h
View File
@ -57,5 +57,5 @@ extern word16_t lowBandFilter[NB_LSP_COEFF+3];
/* codebook for LP Analysis */
extern
word16_t
wlp
[
L_LP_ANALYSIS_WINDOW
]
;
extern
word16_t
wlag
[
NB_LSP_COEFF
+
1
]
;
extern
word16_t
wlag
[
NB_LSP_COEFF
+
3
]
;
#
endif
/* ifndef CODEBOOKS_H */
Write
Preview
Loading…
Cancel
Save