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
147438b3
Commit
147438b3
authored
Jan 13, 2011
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove references to removed structures
parent
3080bfc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
extras/analyser/vlc.vim
extras/analyser/vlc.vim
+1
-1
include/vlc_common.h
include/vlc_common.h
+0
-1
No files found.
extras/analyser/vlc.vim
View file @
147438b3
...
...
@@ -73,7 +73,7 @@ function VlcSyntax()
syn
keyword cType sout_mux_t sout_mux_sys_t
syn
keyword cType sout_stream_t sout_stream_sys_t
" Sout - announce
syn
keyword cType
announce_handler_t announce_method_t
session_descriptor_t
syn
keyword cType session_descriptor_t
syn
keyword cType sap_address_t sap_handler_t sap_session_t
" Decoders
syn
keyword cType decoder_t decoder_sys_t encoder_t encoder_sys_t
...
...
include/vlc_common.h
View file @
147438b3
...
...
@@ -278,7 +278,6 @@ typedef struct sout_stream_sys_t sout_stream_sys_t;
typedef
struct
config_chain_t
config_chain_t
;
typedef
struct
session_descriptor_t
session_descriptor_t
;
typedef
struct
announce_method_t
announce_method_t
;
/* Decoders */
typedef
struct
decoder_t
decoder_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