Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
1012982e
Commit
1012982e
authored
Aug 24, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 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
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/udp.c
modules/access/udp.c
+2
-2
No files found.
modules/access/udp.c
View file @
1012982e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* udp.c: raw UDP & RTP access plug-in
* udp.c: raw UDP & RTP access plug-in
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* Copyright (C) 2001, 2002 VideoLAN
* $Id: udp.c,v 1.2
1 2003/07/31 23:44:49 fenrir
Exp $
* $Id: udp.c,v 1.2
2 2003/08/24 16:59:35 hartman
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Tristan Leteurtre <tooney@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,
...
@@ -466,7 +466,7 @@ static ssize_t RTPChoose( input_thread_t * p_input, byte_t * p_buffer,
if
(
i_rtp_version
!=
2
)
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
->
pf_read
=
Read
;
p_input
->
p_vlc
->
pf_memcpy
(
p_buffer
,
p_tmp_buffer
,
i_ret
);
p_input
->
p_vlc
->
pf_memcpy
(
p_buffer
,
p_tmp_buffer
,
i_ret
);
return
i_ret
;
return
i_ret
;
...
...
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