Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
ca13bb3f
Commit
ca13bb3f
authored
Aug 14, 2003
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/stream_output.h:
* use #if 0 and not // to disable code
parent
fe77b651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
include/stream_output.h
include/stream_output.h
+6
-4
No files found.
include/stream_output.h
View file @
ca13bb3f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* stream_output.h : stream output module
* stream_output.h : stream output module
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
* $Id: stream_output.h,v 1.1
2 2003/08/09 14:59:24 gbazin
Exp $
* $Id: stream_output.h,v 1.1
3 2003/08/14 17:50:43 sigmunau
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>
...
@@ -187,9 +187,11 @@ struct sout_mux_t
...
@@ -187,9 +187,11 @@ struct sout_mux_t
/* mux private */
/* mux private */
sout_mux_sys_t
*
p_sys
;
sout_mux_sys_t
*
p_sys
;
// /* creater private */
#if 0
// void *p_sys_owner;
/* creater private */
void *p_sys_owner;
#endif
/* XXX private to stream_output.c */
/* XXX private to stream_output.c */
/* if muxer doesn't support adding stream at any time then we first wait
/* if muxer doesn't support adding stream at any time then we first wait
* for stream then we refuse all stream and start muxing */
* for stream then we refuse all stream and start muxing */
...
...
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