Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
462d2be6
Commit
462d2be6
authored
May 27, 2007
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compilation warnings fixes.
parent
ee0a0688
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access/rtsp/real.h
modules/access/rtsp/real.h
+1
-1
modules/access/rtsp/real_asmrp.c
modules/access/rtsp/real_asmrp.c
+3
-3
No files found.
modules/access/rtsp/real.h
View file @
462d2be6
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#ifdef REALDEBUG
#ifdef REALDEBUG
# define lprintf printf
# define lprintf printf
#else
#else
static
inline
void
lprintf
(
char
*
dummy
,
...
){}
static
inline
void
lprintf
(
c
onst
c
har
*
dummy
,
...
){}
#endif
#endif
int
real_get_rdt_chunk_header
(
rtsp_client_t
*
,
rmff_pheader_t
*
);
int
real_get_rdt_chunk_header
(
rtsp_client_t
*
,
rmff_pheader_t
*
);
...
...
modules/access/rtsp/real_asmrp.c
View file @
462d2be6
...
@@ -86,7 +86,7 @@ typedef struct {
...
@@ -86,7 +86,7 @@ typedef struct {
}
asmrp_t
;
}
asmrp_t
;
static
asmrp_t
*
asmrp_new
()
{
static
asmrp_t
*
asmrp_new
(
void
)
{
asmrp_t
*
p
;
asmrp_t
*
p
;
...
@@ -351,7 +351,7 @@ static void asmrp_get_sym (asmrp_t *p) {
...
@@ -351,7 +351,7 @@ static void asmrp_get_sym (asmrp_t *p) {
}
}
static
int
asmrp_find_id
(
asmrp_t
*
p
,
char
*
s
)
{
static
int
asmrp_find_id
(
asmrp_t
*
p
,
c
onst
c
har
*
s
)
{
int
i
;
int
i
;
...
@@ -363,7 +363,7 @@ static int asmrp_find_id (asmrp_t *p, char *s) {
...
@@ -363,7 +363,7 @@ static int asmrp_find_id (asmrp_t *p, char *s) {
return
-
1
;
return
-
1
;
}
}
static
int
asmrp_set_id
(
asmrp_t
*
p
,
char
*
s
,
int
v
)
{
static
int
asmrp_set_id
(
asmrp_t
*
p
,
c
onst
c
har
*
s
,
int
v
)
{
int
i
;
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