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:
authorDiego Biurrun <diego@biurrun.de>2016-08-02 13:01:12 +0300
committerDiego Biurrun <diego@biurrun.de>2016-08-17 13:16:42 +0300
commita972fc1c0ab6e7f169f9145d6da46e8cedbc291c (patch)
treee5a49645f63c67ca9b5f48a730d932f3599f1ebb /libavcodec/wma.c
parentaa37d2bf4505afc106e2a23c44afc722bb204a8e (diff)
wma: Kill non-compiling disabled cruft
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 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 */
}
}