Commit 2b680432 authored by Mans Rullgard's avatar Mans Rullgard

imc: remove empty if() block

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent add8f5ea
...@@ -229,9 +229,6 @@ static av_cold int imc_decode_init(AVCodecContext *avctx) ...@@ -229,9 +229,6 @@ static av_cold int imc_decode_init(AVCodecContext *avctx)
} }
q->one_div_log2 = 1 / log(2); q->one_div_log2 = 1 / log(2);
if (avctx->codec_id == CODEC_ID_IAC) {
}
if (avctx->codec_id == CODEC_ID_IAC) { if (avctx->codec_id == CODEC_ID_IAC) {
iac_generate_tabs(q, avctx->sample_rate); iac_generate_tabs(q, avctx->sample_rate);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment