diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-08-02 12:01:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-08-17 12:16:42 +0200 |
commit | a972fc1c0ab6e7f169f9145d6da46e8cedbc291c (patch) | |
tree | e5a49645f63c67ca9b5f48a730d932f3599f1ebb /libavcodec/wma.c | |
parent | aa37d2bf4505afc106e2a23c44afc722bb204a8e (diff) | |
download | ffmpeg-a972fc1c0ab6e7f169f9145d6da46e8cedbc291c.tar.gz |
wma: Kill non-compiling disabled cruft
Diffstat (limited to 'libavcodec/wma.c')
-rw-r--r-- | libavcodec/wma.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/wma.c b/libavcodec/wma.c index 85193ff3d4..4067dff11a 100644 --- a/libavcodec/wma.c +++ b/libavcodec/wma.c @@ -276,16 +276,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 */ } } |