[xiph-commits] r8863 - trunk/xiph-rtp
giles at motherfish-iii.xiph.org
giles at motherfish-iii.xiph.org
Mon Feb 7 13:19:29 PST 2005
Author: giles
Date: 2005-02-07 13:19:28 -0800 (Mon, 07 Feb 2005)
New Revision: 8863
Modified:
trunk/xiph-rtp/vorbisrtp.c
Log:
Oops, remove the old crc32 hash calculation. This *actually* uses the info+setup packets for the ident.
Modified: trunk/xiph-rtp/vorbisrtp.c
===================================================================
--- trunk/xiph-rtp/vorbisrtp.c 2005-02-07 21:14:36 UTC (rev 8862)
+++ trunk/xiph-rtp/vorbisrtp.c 2005-02-07 21:19:28 UTC (rev 8863)
@@ -769,12 +769,6 @@
vorbis_block_init (&vd, &vb);
/*===========================================================================*/
-/* Codebook Ident */
-/*===========================================================================*/
-
- VorbisBitfields.cbident = crc32 (sizeof (vd), (char*) &vd);
-
-/*===========================================================================*/
/* Print details */
/*===========================================================================*/
More information about the commits
mailing list