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
e499bd76
Commit
e499bd76
authored
Jun 11, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
parent
eef6ed99
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
include/vlc_sout.h
include/vlc_sout.h
+1
-1
include/vlc_vout.h
include/vlc_vout.h
+1
-1
modules/packetizer/dirac.c
modules/packetizer/dirac.c
+2
-2
No files found.
include/vlc_sout.h
View file @
e499bd76
...
...
@@ -30,7 +30,7 @@
/**
* \file
* This file defines structures and functions for stream ouput in vlc
* This file defines structures and functions for stream ou
t
put in vlc
*/
#ifdef __cplusplus
...
...
include/vlc_vout.h
View file @
e499bd76
...
...
@@ -59,7 +59,7 @@ typedef struct {
}
vout_configuration_t
;
/**
* Video ouput thread private structure
* Video ou
t
put thread private structure
*/
typedef
struct
vout_thread_sys_t
vout_thread_sys_t
;
...
...
modules/packetizer/dirac.c
View file @
e499bd76
...
...
@@ -51,7 +51,7 @@
* distinguish from the fake dts case.)
*
* DIRAC_NON_DATED is used to show a block should not have a time stamp
* associated (ie, don't interpolate a counter). At the ouput, these
* associated (ie, don't interpolate a counter). At the ou
t
put, these
* blocks get dated with the last used timestamp (or are merged with
* another encapsulation unit).
*/
...
...
@@ -1258,7 +1258,7 @@ static block_t *Packetize( decoder_t *p_dec, block_t **pp_block )
block_t
*
p_output
=
NULL
;
block_t
**
pp_output
=
&
p_output
;
/* extract all the dated packets from the head of the ouput queue */
/* extract all the dated packets from the head of the ou
t
put queue */
/* explicitly nondated packets repeat the previous timestamps to
* stop vlc discarding them */
while
(
(
p_block
=
p_sys
->
p_outqueue
)
)
...
...
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