From 2b6804328e24dde539ada027fada8bfb70eedcf8 Mon Sep 17 00:00:00 2001
From: Mans Rullgard <mans@mansr.com>
Date: Sun, 5 Aug 2012 18:32:03 +0100
Subject: [PATCH] imc: remove empty if() block

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 libavcodec/imc.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index 6df3e581d77..297efbb5c70 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -229,9 +229,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 {
-- 
GitLab