Commit bda95818 authored by Antoine Cellerier's avatar Antoine Cellerier

Cosmetics.

parent 662e9375
...@@ -388,7 +388,7 @@ static int Demux( demux_t *p_demux ) ...@@ -388,7 +388,7 @@ static int Demux( demux_t *p_demux )
#endif #endif
!ps_pkt_parse_pes( p_pkt, tk->i_skip ) ) ) !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) && (tk->fmt.i_cat == AUDIO_ES) &&
(p_pkt->i_pts > 0) ) (p_pkt->i_pts > 0) )
{ {
......
...@@ -47,7 +47,7 @@ typedef struct ...@@ -47,7 +47,7 @@ typedef struct
demux_t *p_demux; demux_t *p_demux;
/* Title infos for that input */ /* 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; int i_title;
input_title_t **title; input_title_t **title;
...@@ -65,7 +65,7 @@ typedef struct ...@@ -65,7 +65,7 @@ typedef struct
bool b_can_rate_control; bool b_can_rate_control;
bool b_rescale_ts; bool b_rescale_ts;
bool b_eof; /* eof of demuxer */ bool b_eof; /* eof of demuxer */
double f_fps; double f_fps;
/* Clock average variation */ /* Clock average variation */
...@@ -80,8 +80,8 @@ struct input_thread_private_t ...@@ -80,8 +80,8 @@ struct input_thread_private_t
vlc_event_manager_t event_manager; vlc_event_manager_t event_manager;
/* Global properties */ /* Global properties */
bool b_can_pause; bool b_can_pause;
bool b_can_rate_control; bool b_can_rate_control;
int i_rate; int i_rate;
/* */ /* */
...@@ -105,9 +105,9 @@ struct input_thread_private_t ...@@ -105,9 +105,9 @@ struct input_thread_private_t
input_attachment_t **attachment; input_attachment_t **attachment;
/* Output */ /* Output */
es_out_t *p_es_out; es_out_t *p_es_out;
sout_instance_t *p_sout; /* XXX Move it to 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 */ /* Main input properties */
input_source_t input; input_source_t input;
...@@ -363,7 +363,7 @@ typedef struct ...@@ -363,7 +363,7 @@ typedef struct
mtime_t last_update; mtime_t last_update;
int i_synchro_state; int i_synchro_state;
bool b_master; bool b_master;
int i_rate; int i_rate;
...@@ -466,7 +466,7 @@ struct stream_t ...@@ -466,7 +466,7 @@ struct stream_t
/* UTF-16 and UTF-32 file reading */ /* UTF-16 and UTF-32 file reading */
vlc_iconv_t conv; vlc_iconv_t conv;
int i_char_width; int i_char_width;
bool b_little_endian; bool b_little_endian;
}; };
#include <libvlc.h> #include <libvlc.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment