This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
imc: remove empty if() block
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n1.0
Mans Rullgard
13 years ago
parent
add8f5eab7
commit
2b6804328e
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/imc.c
+ 0
- 3
libavcodec/imc.c
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save