[NUT-devel] [nut]: r188 - trunk/libnut/muxer.c

ods15 subversion at mplayerhq.hu
Mon Nov 6 09:48:41 CET 2006


Author: ods15
Date: Mon Nov  6 09:48:41 2006
New Revision: 188

Modified:
   trunk/libnut/muxer.c

Log:
cosmetic


Modified: trunk/libnut/muxer.c
==============================================================================
--- trunk/libnut/muxer.c	(original)
+++ trunk/libnut/muxer.c	Mon Nov  6 09:48:41 2006
@@ -474,7 +474,7 @@
 
 	check_header_repetition(nut);
 	// distance syncpoints
-	if (nut->last_syncpoint < nut->last_headers  ||
+	if (nut->last_syncpoint < nut->last_headers ||
 		bctello(nut->o) - nut->last_syncpoint + fd->len + frame_header(nut, NULL, fd) > nut->max_distance) put_syncpoint(nut);
 
 	tmp = clear_buffer(nut->tmp_buffer);



More information about the NUT-devel mailing list