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;
}
_______________________________________________
NUT-devel mailing list
NUT-devel mplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/nut-devel
|