mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 17:55:21 +00:00
Merge commit 'a972fc1c0ab6e7f169f9145d6da46e8cedbc291c'
* commit 'a972fc1c0ab6e7f169f9145d6da46e8cedbc291c':
wma: Kill non-compiling disabled cruft
See 0755033f8a
Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
18cdef9ab7
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user