diff divx4_vbr.c @ 18869:682a16136d6c

rm unnecesary void* casts - part 1
author reynaldo
date Sat, 01 Jul 2006 03:56:13 +0000
parents f580a7755ac5
children
line wrap: on
line diff
--- a/divx4_vbr.c	Fri Jun 30 20:05:28 2006 +0000
+++ b/divx4_vbr.c	Sat Jul 01 03:56:13 2006 +0000
@@ -202,7 +202,7 @@
 //		    fprintf(stderr, "(%s) frames %d, texture %lld, motion %lld, total %lld, complexity %lld\n", __FILE__, iNumFrames, text_bits, motion_bits, total_bits, complexity);
 //		}
 		
-		m_vFrames = (entry*)malloc(iNumFrames*sizeof(entry));
+		m_vFrames = malloc(iNumFrames*sizeof(entry));
 		if (!m_vFrames) 
 		{	mp_msg(MSGT_FIXME, MSGL_FIXME,MSGTR_OutOfMemory);
 			return -2; //TC_EXPORT_ERROR;