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
cb50d64a
Commit
cb50d64a
authored
Mar 06, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* all: added two variables needed for asynch sout.
parent
aa1d6fe8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
include/input_ext-intf.h
include/input_ext-intf.h
+2
-1
include/stream_output.h
include/stream_output.h
+2
-1
No files found.
include/input_ext-intf.h
View file @
cb50d64a
...
...
@@ -4,7 +4,7 @@
* control the pace of reading.
*****************************************************************************
* Copyright (C) 1999, 2000, 2003 VideoLAN
* $Id
: input_ext-intf.h,v 1.104 2004/01/26 23:07:16 fenrir Exp
$
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
@@ -297,6 +297,7 @@ struct input_thread_t
/* Thread properties */
vlc_bool_t
b_eof
;
vlc_bool_t
b_out_pace_control
;
/* Access module */
module_t
*
p_access
;
...
...
include/stream_output.h
View file @
cb50d64a
...
...
@@ -2,7 +2,7 @@
* stream_output.h : stream output module
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id
: stream_output.h,v 1.22 2004/03/03 11:12:08 massiot Exp
$
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Laurent Aimar <fenrir@via.ecp.fr>
...
...
@@ -240,6 +240,7 @@ struct sout_instance_t
int
i_preheader
;
/* max over all muxer */
int
i_padding
;
/* needed by some decoders */
int
i_out_pace_nocontrol
;
/* count of output that can't control the space */
vlc_mutex_t
lock
;
sout_stream_t
*
p_stream
;
...
...
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