[Sumover-dev] [svn commit] r3792 - vic/trunk/codec/h263

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Aug 4 18:46:40 BST 2006


Author: ucacsva
Date: Fri Aug  4 18:46:41 2006
New Revision: 3792

Modified:
   vic/trunk/codec/h263/h263rtp.c

Log:
Removed an earlier patch I had applied to split_h263stream() because it was wrong. (Accidentaly commented out a valid function parameter.)

Modified: vic/trunk/codec/h263/h263rtp.c
==============================================================================
--- vic/trunk/codec/h263/h263rtp.c	(original)
+++ vic/trunk/codec/h263/h263rtp.c	Fri Aug  4 18:46:41 2006
@@ -200,7 +200,7 @@
 	int *mbind,			/* macroblock indices [in] */
 	int *mbquant,			/* quantifiers [in] */
 	MVField mvfield,		/* motion vectors [in] */
-	//SV-XXX: unused: u_int ts_,			/* timestamp [in] */
+	u_int ts_,			/* timestamp [in] */
 	int headersize,			/* headerlength [in] */
 	h263_rtp_packet	**packets	/* rtp packets [out] */
 ) {



More information about the Sumover-dev mailing list