Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
b3fe59fa
Commit
b3fe59fa
authored
Jun 07, 2020
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtp: ignore MSG_TRUNC if missing
(same as VLC 3.0 does)
parent
9a55abf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/access/rtp/datagram.c
modules/access/rtp/datagram.c
+4
-0
No files found.
modules/access/rtp/datagram.c
View file @
b3fe59fa
...
...
@@ -32,6 +32,10 @@
#include <vlc_network.h>
#include "vlc_dtls.h"
#ifndef MSG_TRUNC
#define MSG_TRUNC 0
#endif
struct
vlc_dgram_sock
{
int
fd
;
...
...
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