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
6364bc24
Commit
6364bc24
authored
May 14, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPnP: fix warning
parent
aca5da7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/services_discovery/upnp.cpp
modules/services_discovery/upnp.cpp
+1
-1
modules/services_discovery/upnp.hpp
modules/services_discovery/upnp.hpp
+1
-1
No files found.
modules/services_discovery/upnp.cpp
View file @
6364bc24
...
@@ -1071,7 +1071,7 @@ const char* Item::getResource() const
...
@@ -1071,7 +1071,7 @@ const char* Item::getResource() const
return
_resource
.
c_str
();
return
_resource
.
c_str
();
}
}
const
mtime_t
Item
::
getDuration
()
const
mtime_t
Item
::
getDuration
()
const
{
{
return
_duration
;
return
_duration
;
}
}
...
...
modules/services_discovery/upnp.hpp
View file @
6364bc24
...
@@ -126,7 +126,7 @@ public:
...
@@ -126,7 +126,7 @@ public:
const
char
*
getObjectID
()
const
;
const
char
*
getObjectID
()
const
;
const
char
*
getTitle
()
const
;
const
char
*
getTitle
()
const
;
const
char
*
getResource
()
const
;
const
char
*
getResource
()
const
;
const
mtime_t
getDuration
()
const
;
mtime_t
getDuration
()
const
;
void
setInputItem
(
input_item_t
*
p_input_item
);
void
setInputItem
(
input_item_t
*
p_input_item
);
...
...
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