git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add8f5e
)
imc: remove empty if() block
author
Mans Rullgard
<mans@mansr.com>
Sun, 5 Aug 2012 17:32:03 +0000
(18:32 +0100)
committer
Mans Rullgard
<mans@mansr.com>
Mon, 6 Aug 2012 09:20:11 +0000
(10:20 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/imc.c
patch
|
blob
|
history
diff --git
a/libavcodec/imc.c
b/libavcodec/imc.c
index
6df3e58
..
297efbb
100644
(file)
--- 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 {