Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
022964d9
Commit
022964d9
authored
Dec 21, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused custom typedef
parent
0a896b6b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
extras/analyser/vlc.vim
extras/analyser/vlc.vim
+1
-1
include/vlc_common.h
include/vlc_common.h
+0
-3
No files found.
extras/analyser/vlc.vim
View file @
022964d9
...
...
@@ -23,7 +23,7 @@ function VlcSyntax()
syn
keyword cConstant VLC_ESTATUS VLC_EEXIT VLC_EMODULE VLC_EOBJECT
syn
keyword cConstant VLC_ENOOBJ VLC_ENOMOD VLC_VAR_ADDRESS
" custom types
syn
keyword cType vlc_fixed_t mtime_t byte_t dctelem_t
count_t
ssize_t off_t
syn
keyword cType vlc_fixed_t mtime_t byte_t dctelem_t ssize_t off_t
syn
keyword cType vlc_bool_t vlc_fourcc_t vlc_value_t
" Core custom structures
syn
keyword cType vlc_t libvlc_t vlc_object_t vlc_error_t vlc_status_t
...
...
include/vlc_common.h
View file @
022964d9
...
...
@@ -151,9 +151,6 @@
#include <sys/syslimits.h>
#endif
/* Counter for statistics and profiling */
typedef
unsigned
long
count_t
;
/* Audio volume */
typedef
uint16_t
audio_volume_t
;
...
...
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