Commit ff6ffc77 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Real demux: visual alignment

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fd112a94
...@@ -1536,7 +1536,7 @@ static int CodecAudioParse( demux_t *p_demux, int i_tk_id, const uint8_t *p_data ...@@ -1536,7 +1536,7 @@ static int CodecAudioParse( demux_t *p_demux, int i_tk_id, const uint8_t *p_data
(char*)&fmt.i_codec ); (char*)&fmt.i_codec );
break; break;
} }
msg_Dbg( p_demux, " - extra data=%d", fmt.i_extra ); msg_Dbg( p_demux, " - extra data=%d", fmt.i_extra );
/* */ /* */
real_track_t *tk = malloc( sizeof( *tk ) ); real_track_t *tk = malloc( sizeof( *tk ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment