[vlc-devel] commit: Break long line. (Jean-Paul Saman )
git version control
git at videolan.org
Wed Jun 18 12:04:14 CEST 2008
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Tue Jun 17 17:45:44 2008 +0200| [4dd78ea829792ab2ed08f5d662dddda05cc76d4e]
Break long line.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4dd78ea829792ab2ed08f5d662dddda05cc76d4e
---
modules/mux/mpeg/ts.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c
index 7061ddf..b73808e 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -2528,7 +2528,8 @@ static void GetPMT( sout_mux_t *p_mux, sout_buffer_chain_t *c )
bits_write( &bits, 8, 0x21 ); /* Visual 14496-2 */
bits_write( &bits, 6, 0x04 ); /* VisualStream */
}
- else if( p_stream->i_stream_type == 0x11 || p_stream->i_stream_type == 0x0f )
+ else if( p_stream->i_stream_type == 0x11 ||
+ p_stream->i_stream_type == 0x0f )
{
bits_write( &bits, 8, 0x40 ); /* Audio 14496-3 */
bits_write( &bits, 6, 0x05 ); /* AudioStream */
More information about the vlc-devel
mailing list