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

ods15 subversion at mplayerhq.hu
Tue Nov 7 19:29:29 CET 2006


Author: ods15
Date: Tue Nov  7 19:29:29 2006
New Revision: 194

Modified:
   trunk/libnut/muxer.c

Log:
just for the assert, init to NULL


Modified: trunk/libnut/muxer.c
==============================================================================
--- trunk/libnut/muxer.c	(original)
+++ trunk/libnut/muxer.c	Tue Nov  7 19:29:29 2006
@@ -42,6 +42,7 @@
 	bc->is_mem = 1;
 	bc->file_pos = 0;
 	bc->buf_ptr = bc->buf = alloc->malloc(bc->write_len);
+	bc->osc.write = NULL;
 	return bc;
 }
 



More information about the NUT-devel mailing list