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
e3c90299
Commit
e3c90299
authored
Oct 20, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc headers: remove commas at end of enums
Fix a warning reported by gcc -ansi -pedantic
parent
50f1d61d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
include/vlc/libvlc_events.h
include/vlc/libvlc_events.h
+1
-1
include/vlc/libvlc_media.h
include/vlc/libvlc_media.h
+2
-2
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+3
-3
No files found.
include/vlc/libvlc_events.h
View file @
e3c90299
...
...
@@ -99,7 +99,7 @@ enum libvlc_event_e {
libvlc_VlmMediaInstanceStatusPlaying
,
libvlc_VlmMediaInstanceStatusPause
,
libvlc_VlmMediaInstanceStatusEnd
,
libvlc_VlmMediaInstanceStatusError
,
libvlc_VlmMediaInstanceStatusError
};
/**
...
...
include/vlc/libvlc_media.h
View file @
e3c90299
...
...
@@ -67,7 +67,7 @@ typedef enum libvlc_meta_t {
libvlc_meta_Publisher
,
libvlc_meta_EncodedBy
,
libvlc_meta_ArtworkURL
,
libvlc_meta_TrackID
,
libvlc_meta_TrackID
/* Add new meta types HERE */
}
libvlc_meta_t
;
...
...
@@ -105,7 +105,7 @@ typedef enum libvlc_track_type_t
libvlc_track_unknown
=
-
1
,
libvlc_track_audio
=
0
,
libvlc_track_video
=
1
,
libvlc_track_text
=
2
,
libvlc_track_text
=
2
}
libvlc_track_type_t
;
/** defgroup libvlc_media_stats_t LibVLC media statistics
...
...
include/vlc/libvlc_media_player.h
View file @
e3c90299
...
...
@@ -104,7 +104,7 @@ typedef enum libvlc_navigate_mode_t
libvlc_navigate_up
,
libvlc_navigate_down
,
libvlc_navigate_left
,
libvlc_navigate_right
,
libvlc_navigate_right
}
libvlc_navigate_mode_t
;
/**
...
...
@@ -962,7 +962,7 @@ enum libvlc_video_logo_option_t {
libvlc_logo_delay
,
libvlc_logo_repeat
,
libvlc_logo_opacity
,
libvlc_logo_position
,
libvlc_logo_position
};
/**
...
...
@@ -1006,7 +1006,7 @@ enum libvlc_video_adjust_option_t {
libvlc_adjust_Brightness
,
libvlc_adjust_Hue
,
libvlc_adjust_Saturation
,
libvlc_adjust_Gamma
,
libvlc_adjust_Gamma
};
/**
...
...
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