[FFmpeg-cvslog] imc: remove empty if() block

Mans Rullgard git at videolan.org
Mon Aug 6 22:29:39 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sun Aug  5 18:32:03 2012 +0100| [2b6804328e24dde539ada027fada8bfb70eedcf8] | committer: Mans Rullgard

imc: remove empty if() block

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2b6804328e24dde539ada027fada8bfb70eedcf8
---

 libavcodec/imc.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index 6df3e58..297efbb 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));



More information about the ffmpeg-cvslog mailing list