Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mswebrtc
Commits
cbde8cb9
Commit
cbde8cb9
authored
Dec 23, 2013
by
Sylvain Berfini
Browse files
Fix for Windows compilation
parent
5ddeb6cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
isac_enc.c
isac_enc.c
+4
-0
No files found.
isac_enc.c
View file @
cbde8cb9
...
...
@@ -86,7 +86,11 @@ static void filter_process ( MSFilter *f ) {
mblk_t
*
im
;
mblk_t
*
om
=
NULL
;
#if defined (_MSC_VER)
uint8_t
*
input_buf
=
NULL
;
#else
u_int8_t
*
input_buf
=
NULL
;
#endif
WebRtc_Word16
ret
;
static
int
out_count
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment