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
042feb90
Commit
042feb90
authored
Nov 27, 2014
by
Ghislain MARY
Browse files
Fix compilation error.
parent
f0cfb264
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/voip/vp8rtpfmt.c
src/voip/vp8rtpfmt.c
+1
-1
No files found.
src/voip/vp8rtpfmt.c
View file @
042feb90
...
...
@@ -530,7 +530,7 @@ static void mark_frame_as_incomplete(Vp8RtpFmtUnpackerCtx *ctx, Vp8RtpFmtFrame *
}
}
static
check_frame_partitions_have_start
(
Vp8RtpFmtUnpackerCtx
*
ctx
,
Vp8RtpFmtFrame
*
frame
)
{
static
void
check_frame_partitions_have_start
(
Vp8RtpFmtUnpackerCtx
*
ctx
,
Vp8RtpFmtFrame
*
frame
)
{
Vp8RtpFmtPacket
*
packet
;
Vp8RtpFmtPartition
*
partition
;
int
i
;
...
...
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