Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-19 17:42:31 +0300
committerClément Bœsch <u@pkh.me>2017-03-19 17:42:55 +0300
commit18cdef9ab7d713e4320318c6fd733f3ba958864f (patch)
tree0d6d8e94ba7daa813523a3730f88463dab0a2d89 /libavcodec/wma.c
parent8e950c9b4235bb66f3bf53608417c7cbc8148740 (diff)
parenta972fc1c0ab6e7f169f9145d6da46e8cedbc291c (diff)
Merge commit 'a972fc1c0ab6e7f169f9145d6da46e8cedbc291c'
* commit 'a972fc1c0ab6e7f169f9145d6da46e8cedbc291c': wma: Kill non-compiling disabled cruft See 0755033f8af774cea34566adec455fbafd9f66bc Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/wma.c')
-rw-r--r--libavcodec/wma.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/wma.c b/libavcodec/wma.c
index bc8e2d1924..f70937fe75 100644
--- a/libavcodec/wma.c
+++ b/libavcodec/wma.c
@@ -279,16 +279,6 @@ av_cold int ff_wma_init(AVCodecContext *avctx, int flags2)
s->exponent_high_bands[k][j++] = end - start;
}
s->exponent_high_sizes[k] = j;
-#if 0
- ff_tlog(s->avctx, "%5d: coefs_end=%d high_band_start=%d nb_high_bands=%d: ",
- s->frame_len >> k,
- s->coefs_end[k],
- s->high_band_start[k],
- s->exponent_high_sizes[k]);
- for (j = 0; j < s->exponent_high_sizes[k]; j++)
- ff_tlog(s->avctx, " %d", s->exponent_high_bands[k][j]);
- ff_tlog(s->avctx, "\n");
-#endif /* 0 */
}
}