Commit 18cdef9a authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'a972fc1c'

* commit 'a972fc1c':
  wma: Kill non-compiling disabled cruft

See 0755033fMerged-by: 's avatarClément Bœsch <u@pkh.me>
parents 8e950c9b a972fc1c
......@@ -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 */
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment