X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Flive555.cpp;h=a548f789807183c469c097542b2c8b12e9e6334e;hb=64a03d2cb62dbeef8455883b0b5db99a7a777625;hp=5c9ec8617319e322b3fbb3defb26e08a551c5ed1;hpb=3561b9b28f58eb7a4183e158a8fd973800d31ceb;p=vlc diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index 5c9ec86173..a548f78980 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;