From 8491f40500535bf1ab0aa1997391fb23d7b695bc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 4 Jun 2013 16:41:05 +0000 Subject: tak: use crc table from lavu Signed-off-by: Paul B Mahol --- libavcodec/tak.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/tak.h') diff --git a/libavcodec/tak.h b/libavcodec/tak.h index 876468d00e..e8e2dacf7c 100644 --- a/libavcodec/tak.h +++ b/libavcodec/tak.h @@ -140,8 +140,6 @@ typedef struct TAKStreamInfo { int64_t samples; } TAKStreamInfo; -void ff_tak_init_crc(void); - int ff_tak_check_crc(const uint8_t *buf, unsigned int buf_size); /** -- cgit v1.2.3