]> git.sesse.net Git - vlc/commitdiff
Break long line.
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 17 Jun 2008 15:45:44 +0000 (17:45 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 18 Jun 2008 09:39:23 +0000 (11:39 +0200)
modules/mux/mpeg/ts.c

index 7061ddf55ba2ac0c6393cdbab22bcaa02d78b9dd..b73808e9ff5c806fd939ae57e606d7f4c585c3a0 100644 (file)
@@ -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 */