Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
cd32c3ae
Commit
cd32c3ae
authored
Nov 06, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/misc/sap.c: compilation fix.
parent
8d80d177
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/misc/sap.c
modules/misc/sap.c
+3
-3
No files found.
modules/misc/sap.c
View file @
cd32c3ae
...
...
@@ -2,7 +2,7 @@
* sap.c : SAP interface module
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: sap.c,v 1.3
0 2003/11/05 23:28:36 fenrir
Exp $
* $Id: sap.c,v 1.3
1 2003/11/06 09:59:45 gbazin
Exp $
*
* Authors: Arnaud Schauly <gitan@via.ecp.fr>
* Clment Stenac <zorglub@via.ecp.fr>
...
...
@@ -116,7 +116,7 @@ vlc_module_end();
*****************************************************************************/
static
void
Run
(
intf_thread_t
*
p_intf
);
static
int
NetRead
(
intf_thread_t
*
,
int
fd
[
2
],
uint8_t
*
,
int
);
static
ssize_t
NetRead
(
intf_thread_t
*
,
int
fd
[
2
],
uint8_t
*
,
int
);
typedef
struct
media_descr_t
media_descr_t
;
typedef
struct
sess_descr_t
sess_descr_t
;
...
...
@@ -736,7 +736,7 @@ static int ismult( char *psz_uri )
* Read: read on a file descriptor, checking b_die periodically
*****************************************************************************
* Taken from udp.c
*****************************************************************************
*
/
*****************************************************************************/
static
ssize_t
NetRead
(
intf_thread_t
*
p_intf
,
int
fd
[
2
],
uint8_t
*
p_buffer
,
int
i_len
)
{
...
...
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