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
9ea870aa
Commit
9ea870aa
authored
Jul 10, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* vlc_common: moved a few typedefs from stream_output.h
parent
43a8115c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
include/vlc_common.h
include/vlc_common.h
+9
-0
No files found.
include/vlc_common.h
View file @
9ea870aa
...
...
@@ -282,11 +282,20 @@ typedef struct text_style_t text_style_t;
/* Stream output */
typedef
struct
sout_instance_t
sout_instance_t
;
typedef
struct
sout_instance_sys_t
sout_instance_sys_t
;
typedef
struct
sout_input_t
sout_input_t
;
typedef
struct
sout_packetizer_input_t
sout_packetizer_input_t
;
typedef
struct
sout_access_out_t
sout_access_out_t
;
typedef
struct
sout_access_out_sys_t
sout_access_out_sys_t
;
typedef
struct
sout_mux_t
sout_mux_t
;
typedef
struct
sout_mux_sys_t
sout_mux_sys_t
;
typedef
struct
sout_stream_t
sout_stream_t
;
typedef
struct
sout_stream_sys_t
sout_stream_sys_t
;
typedef
struct
sout_cfg_t
sout_cfg_t
;
typedef
struct
sap_session_t
sap_session_t
;
typedef
struct
sap_address_t
sap_address_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