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
mediastreamer2
Commits
26911e56
Commit
26911e56
authored
Sep 23, 2014
by
Sylvain Berfini
Browse files
Fix compil for wp8
parent
baf0fb51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/voip/msvideo.c
src/voip/msvideo.c
+4
-0
src/voip/qosanalyzer.c
src/voip/qosanalyzer.c
+0
-1
No files found.
src/voip/msvideo.c
View file @
26911e56
...
...
@@ -31,6 +31,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "msvideo_neon.h"
#endif
#ifndef INT32_MAX
#define INT32_MAX 017777777777
#endif
const
char
*
ms_pix_fmt_to_string
(
MSPixFmt
fmt
){
switch
(
fmt
){
case
MS_YUV420P
:
return
"MS_YUV420P"
;
...
...
src/voip/qosanalyzer.c
View file @
26911e56
...
...
@@ -24,7 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "qosanalyzer.h"
#include <math.h>
#include <strings.h>
#define LOSS_RATE_MIN_INTERVAL 120
...
...
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