summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-08-05 18:32:03 +0100
committerMans Rullgard <mans@mansr.com>2012-08-06 10:20:11 +0100
commit2b6804328e24dde539ada027fada8bfb70eedcf8 (patch)
tree8ca09be9d571c02497c5c527274fb0deb4a7c0a5 /libavcodec/imc.c
parentadd8f5eab7e3e02e26f3e5c1714c7062f3c45d89 (diff)
imc: remove empty if() block
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/imc.c')
-rw-r--r--libavcodec/imc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index 6df3e581d7..297efbb5c7 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -230,9 +230,6 @@ static av_cold int imc_decode_init(AVCodecContext *avctx)
q->one_div_log2 = 1 / log(2);
if (avctx->codec_id == CODEC_ID_IAC) {
- }
-
- if (avctx->codec_id == CODEC_ID_IAC) {
iac_generate_tabs(q, avctx->sample_rate);
} else {
memcpy(q->cyclTab, cyclTab, sizeof(cyclTab));