projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f3e3b
)
flacdec: remove another unneeded debugging statement
author
Justin Ruggles
<justin.ruggles@gmail.com>
Sat, 24 Jan 2009 16:02:30 +0000
(16:02 +0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Sat, 24 Jan 2009 16:02:30 +0000
(16:02 +0000)
Originally committed as revision 16751 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flacdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/flacdec.c
b/libavcodec/flacdec.c
index 5c05344c17f6df1a1544c500e3aca67e0f0e7367..85164b204d6e296fd8934359bca6f6a21ae01062 100644
(file)
--- a/
libavcodec/flacdec.c
+++ b/
libavcodec/flacdec.c
@@
-244,7
+244,6
@@
static int decode_residuals(FLACContext *s, int channel, int pred_order)
tmp = get_bits(&s->gb, method_type == 0 ? 4 : 5);
if (tmp == (method_type == 0 ? 15 : 31))
{
- av_log(s->avctx, AV_LOG_DEBUG, "fixed len partition\n");
tmp = get_bits(&s->gb, 5);
for (; i < samples; i++, sample++)
s->decoded[channel][sample] = get_sbits(&s->gb, tmp);