summaryrefslogtreecommitdiff
path: root/src/liba52
diff options
context:
space:
mode:
authorAndre Pang <athp@users.sourceforge.net>2004-12-12 06:55:58 +0000
committerAndre Pang <athp@users.sourceforge.net>2004-12-12 06:55:58 +0000
commit1de00c1f9d0f1eba90be53b8dd9635b79b68dc2a (patch)
tree057da9b98c78a90e2a4446ab56e413c1479ae5ac /src/liba52
parentf5e91a956b0df782bbdfb23beb319846ca2ebe4f (diff)
downloadxine-lib-1de00c1f9d0f1eba90be53b8dd9635b79b68dc2a.tar.gz
xine-lib-1de00c1f9d0f1eba90be53b8dd9635b79b68dc2a.tar.bz2
Code cleanups and elimination of some compiler warnings; patch courtesy of AL13N
CVS patchset: 7230 CVS date: 2004/12/12 06:55:58
Diffstat (limited to 'src/liba52')
-rw-r--r--src/liba52/crc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/liba52/crc.c b/src/liba52/crc.c
index d19a4a2e1..2cd92e116 100644
--- a/src/liba52/crc.c
+++ b/src/liba52/crc.c
@@ -25,6 +25,8 @@
#include <stdio.h>
#include <inttypes.h>
+uint16_t crc16_block(uint8_t *,uint32_t);
+
static const uint16_t crc_lut[256] =
{
0x0000,0x8005,0x800f,0x000a,0x801b,0x001e,0x0014,0x8011,