summaryrefslogtreecommitdiff
path: root/libavcodec/takdec.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-06-04 16:41:05 +0000
committerPaul B Mahol <onemda@gmail.com>2013-07-10 12:07:53 +0000
commit8491f40500535bf1ab0aa1997391fb23d7b695bc (patch)
tree0d2c81541ee524200f40d2b9049eb01f61eeb174 /libavcodec/takdec.c
parent410192e369588c6d025aa7feb278b9ea9a4f8868 (diff)
tak: use crc table from lavu
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/takdec.c')
-rw-r--r--libavcodec/takdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/takdec.c b/libavcodec/takdec.c
index 9e01ee02d7..0edfddd7da 100644
--- a/libavcodec/takdec.c
+++ b/libavcodec/takdec.c
@@ -171,7 +171,6 @@ static av_cold int tak_decode_init(AVCodecContext *avctx)
{
TAKDecContext *s = avctx->priv_data;
- ff_tak_init_crc();
ff_dsputil_init(&s->dsp, avctx);
s->avctx = avctx;