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
bda95818
Commit
bda95818
authored
Jun 09, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
662e9375
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
modules/demux/ps.c
modules/demux/ps.c
+1
-1
src/input/input_internal.h
src/input/input_internal.h
+8
-8
No files found.
modules/demux/ps.c
View file @
bda95818
...
...
@@ -388,7 +388,7 @@ static int Demux( demux_t *p_demux )
#endif
!
ps_pkt_parse_pes
(
p_pkt
,
tk
->
i_skip
)
)
)
{
if
(
!
b_new
&&
!
p_sys
->
b_have_pack
&&
if
(
!
b_new
&&
!
p_sys
->
b_have_pack
&&
(
tk
->
fmt
.
i_cat
==
AUDIO_ES
)
&&
(
p_pkt
->
i_pts
>
0
)
)
{
...
...
src/input/input_internal.h
View file @
bda95818
...
...
@@ -47,7 +47,7 @@ typedef struct
demux_t
*
p_demux
;
/* Title infos for that input */
bool
b_title_demux
;
/* Titles/Seekpoints provided by demux */
bool
b_title_demux
;
/* Titles/Seekpoints provided by demux */
int
i_title
;
input_title_t
**
title
;
...
...
@@ -65,7 +65,7 @@ typedef struct
bool
b_can_rate_control
;
bool
b_rescale_ts
;
bool
b_eof
;
/* eof of demuxer */
bool
b_eof
;
/* eof of demuxer */
double
f_fps
;
/* Clock average variation */
...
...
@@ -80,8 +80,8 @@ struct input_thread_private_t
vlc_event_manager_t
event_manager
;
/* Global properties */
bool
b_can_pause
;
bool
b_can_rate_control
;
bool
b_can_pause
;
bool
b_can_rate_control
;
int
i_rate
;
/* */
...
...
@@ -105,9 +105,9 @@ struct input_thread_private_t
input_attachment_t
**
attachment
;
/* Output */
es_out_t
*
p_es_out
;
es_out_t
*
p_es_out
;
sout_instance_t
*
p_sout
;
/* XXX Move it to es_out ? */
bool
b_out_pace_control
;
/* idem ? */
bool
b_out_pace_control
;
/* idem ? */
/* Main input properties */
input_source_t
input
;
...
...
@@ -363,7 +363,7 @@ typedef struct
mtime_t
last_update
;
int
i_synchro_state
;
bool
b_master
;
bool
b_master
;
int
i_rate
;
...
...
@@ -466,7 +466,7 @@ struct stream_t
/* UTF-16 and UTF-32 file reading */
vlc_iconv_t
conv
;
int
i_char_width
;
bool
b_little_endian
;
bool
b_little_endian
;
};
#include <libvlc.h>
...
...
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