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
ee08622b
Commit
ee08622b
authored
Feb 22, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I wonder why use a libvlc_time_t for a boolean variable...
Who promised not to break libvlc now?
parent
8030cf38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
include/vlc/libvlc_events.h
include/vlc/libvlc_events.h
+2
-12
No files found.
include/vlc/libvlc_events.h
View file @
ee08622b
...
...
@@ -145,11 +145,11 @@ typedef struct libvlc_event_t
}
media_player_title_changed
;
struct
{
libvlc_time_t
new_seekable
;
uint64_t
new_seekable
;
/* FIXME: that's a boolean! */
}
media_player_seekable_changed
;
struct
{
libvlc_time_t
new_pausable
;
uint64_t
new_pausable
;
/* FIXME: that's a BOOL!!! */
}
media_player_pausable_changed
;
/* media list */
...
...
@@ -196,16 +196,6 @@ typedef struct libvlc_event_t
int
index
;
}
media_list_view_will_delete_item
;
/* media discoverer */
struct
{
void
*
unused
;
}
media_media_discoverer_started
;
struct
{
void
*
unused
;
}
media_media_discoverer_ended
;
/* snapshot taken */
struct
{
...
...
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