[zaptel-commits] mogorman: branch mogorman/zaptel-1.2-transcoder r1847 - /team/mogorman/zaptel...

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Thu Jan 18 11:38:59 MST 2007


Author: mogorman
Date: Thu Jan 18 12:38:58 2007
New Revision: 1847

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1847
Log:
dont need said variable anymore, marko left over.
and so i can diff things better

Modified:
    team/mogorman/zaptel-1.2-transcoder/zaptel.h

Modified: team/mogorman/zaptel-1.2-transcoder/zaptel.h
URL: http://svn.digium.com/view/zaptel/team/mogorman/zaptel-1.2-transcoder/zaptel.h?view=diff&rev=1847&r1=1846&r2=1847
==============================================================================
--- team/mogorman/zaptel-1.2-transcoder/zaptel.h (original)
+++ team/mogorman/zaptel-1.2-transcoder/zaptel.h Thu Jan 18 12:38:58 2007
@@ -747,8 +747,6 @@
 	unsigned int config;		/* Read/write by user */
 	unsigned int status;		/* Read/write by user */
 
-	/* XXX: fix this to automatically calculate somehow */
-	unsigned char userhdr[ZT_TRANSCODE_HDRLEN - (sizeof(unsigned int) * 14)];	/* Storage for user parameters */
 	unsigned char srcdata[ZT_TRANSCODE_BUFSIZ / 2];	/* Storage of source data */
 	unsigned char dstdata[ZT_TRANSCODE_BUFSIZ / 2];	/* Storage of destination data */
 } ZT_TRANSCODE_HEADER;



More information about the zaptel-commits mailing list