[vlc-devel] commit: boolean cosmetics ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jun 12 20:10:30 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Jun 12 21:11:49 2008 +0300| [64a03d2cb62dbeef8455883b0b5db99a7a777625]
boolean cosmetics
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64a03d2cb62dbeef8455883b0b5db99a7a777625
---
modules/demux/live555.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 5c9ec86..a548f78 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -140,15 +140,15 @@ typedef struct
es_format_t fmt;
es_out_id_t *p_es;
- bool b_muxed;
- bool b_quicktime;
- bool b_asf;
+ bool b_muxed;
+ bool b_quicktime;
+ bool b_asf;
stream_t *p_out_muxed; /* for muxed stream */
uint8_t *p_buffer;
unsigned int i_buffer;
- bool b_rtcp_sync;
+ bool b_rtcp_sync;
char waiting;
int64_t i_pts;
u_int32_t i_start_seq;
More information about the vlc-devel
mailing list