[vlc-devel] commit: Real demux: visual alignment (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jan 22 20:48:57 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 22 13:52:11 2010 +0100| [ff6ffc77cd5563b597aac92bf93cd39cc801fa1b] | committer: Jean-Baptiste Kempf
Real demux: visual alignment
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff6ffc77cd5563b597aac92bf93cd39cc801fa1b
---
modules/demux/real.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/real.c b/modules/demux/real.c
index d80c2df..9ee1fde 100644
--- a/modules/demux/real.c
+++ b/modules/demux/real.c
@@ -1536,7 +1536,7 @@ static int CodecAudioParse( demux_t *p_demux, int i_tk_id, const uint8_t *p_data
(char*)&fmt.i_codec );
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 ) );
More information about the vlc-devel
mailing list