[vlc-devel] commit: Cosmetics. (Antoine Cellerier )
git version control
git at videolan.org
Wed Jun 18 12:12:08 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Jun 9 09:55:22 2008 +0200| [bda958187b1b990d74660bcc2f821fb7fbe86684]
Cosmetics.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bda958187b1b990d74660bcc2f821fb7fbe86684
---
modules/demux/ps.c | 2 +-
src/input/input_internal.h | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/modules/demux/ps.c b/modules/demux/ps.c
index f7ffc3e..fbd01a0 100644
--- a/modules/demux/ps.c
+++ b/modules/demux/ps.c
@@ -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) )
{
diff --git a/src/input/input_internal.h b/src/input/input_internal.h
index fb271ac..42f06de 100644
--- a/src/input/input_internal.h
+++ b/src/input/input_internal.h
@@ -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>
More information about the vlc-devel
mailing list