[Sumover-dev] [svn commit] r4609 - vic/branches/cc/codec

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Feb 11 19:29:29 GMT 2010


Author: soohyunc
Date: Thu Feb 11 19:29:29 2010
New Revision: 4609

Modified:
   vic/branches/cc/codec/encoder-h261.cpp

Log:
forgot to comment out debug message



Modified: vic/branches/cc/codec/encoder-h261.cpp
==============================================================================
--- vic/branches/cc/codec/encoder-h261.cpp	(original)
+++ vic/branches/cc/codec/encoder-h261.cpp	Thu Feb 11 19:29:29 2010
@@ -726,7 +726,7 @@
 int
 H261Encoder::flush(pktbuf* pb, int nbit, pktbuf* npb)
 {
-	fprintf(stderr,"\nH261Encoder flush()\n");
+	//fprintf(stderr,"\nH261Encoder flush()\n");
 	/* flush bit buffer */
 	STORE_BITS(bb_, bc_);
 



More information about the Sumover-dev mailing list