[vlc-commits] VOC: remove trailing space
Jean-Baptiste Kempf
git at videolan.org
Mon Oct 27 19:44:52 CET 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 27 19:44:24 2014 +0100| [0cdf339b90599d7abae30a94eb3e8cb9bf4b346d] | committer: Jean-Baptiste Kempf
VOC: remove trailing space
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0cdf339b90599d7abae30a94eb3e8cb9bf4b346d
---
modules/demux/voc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/voc.c b/modules/demux/voc.c
index af4f163..9fe503c 100644
--- a/modules/demux/voc.c
+++ b/modules/demux/voc.c
@@ -282,7 +282,7 @@ static int ReadBlockHeader( demux_t *p_demux )
/* read subsequent block 1 */
if( stream_Read( p_demux->s, buf, 4 ) < 4 )
return VLC_EGENERIC; /* EOF */
-
+
i_block_size = GetDWLE( buf ) >> 8;
msg_Dbg( p_demux, "new block: type: %u, size: %u",
(unsigned)*buf, i_block_size );
More information about the vlc-commits
mailing list