Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1012982e
Commit
1012982e
authored
Aug 24, 2003
by
hartman
Browse files
* changed debug strings to diff between unsupported RTP payload and non-rtp packet
see bug 1136
parent
4f9a79dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/udp.c
View file @
1012982e
...
...
@@ -2,7 +2,7 @@
* udp.c: raw UDP & RTP access plug-in
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: udp.c,v 1.2
1
2003/0
7/31 23:44:49 fenrir
Exp $
* $Id: udp.c,v 1.2
2
2003/0
8/24 16:59:35 hartman
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Tristan Leteurtre <tooney@via.ecp.fr>
...
...
@@ -466,7 +466,7 @@ static ssize_t RTPChoose( input_thread_t * p_input, byte_t * p_buffer,
if
(
i_rtp_version
!=
2
)
{
msg_Dbg
(
p_input
,
"no RTP header detected"
);
msg_Dbg
(
p_input
,
"no
supported
RTP header detected"
);
p_input
->
pf_read
=
Read
;
p_input
->
p_vlc
->
pf_memcpy
(
p_buffer
,
p_tmp_buffer
,
i_ret
);
return
i_ret
;
...
...
Write
Preview
Supports
Markdown
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