diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-06-02 19:54:05 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-06-02 19:54:05 +0000 |
| commit | 329d8f32349ce401eaf8b486e496b65f27cbd920 (patch) | |
| tree | 2d4d33b2c2b0a9881d8539df4be95885c9326145 /src/liba52/a52.h | |
| parent | 41165ca3640ebf0edf97a783f057b572efbe94af (diff) | |
| download | xine-lib-329d8f32349ce401eaf8b486e496b65f27cbd920.tar.gz xine-lib-329d8f32349ce401eaf8b486e496b65f27cbd920.tar.bz2 | |
Include crc.c directly from xine_decoder.c since that's the only user of the
CRC code. Also take the opportunity to make the CRC code static.
(Based on a Gentoo patch.)
CVS patchset: 8007
CVS date: 2006/06/02 19:54:05
Diffstat (limited to 'src/liba52/a52.h')
| -rw-r--r-- | src/liba52/a52.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liba52/a52.h b/src/liba52/a52.h index 12883011b..9db52ccf8 100644 --- a/src/liba52/a52.h +++ b/src/liba52/a52.h @@ -58,6 +58,5 @@ void a52_dynrng (a52_state_t * state, sample_t (* call) (sample_t, void *), void * data); int a52_block (a52_state_t * state); void a52_free (a52_state_t * state); -uint16_t crc16_block(uint8_t *data,uint32_t num_bytes); #endif /* A52_H */ |
