Commit 2c5e6a0e authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fixed eac3 compilation in ffmpeg, needs checking

parent 8a9dcc7e
...@@ -54,7 +54,7 @@ index baff415..49d6ea9 100644 ...@@ -54,7 +54,7 @@ index baff415..49d6ea9 100644
+ decode_band_structure(gbc, blk, s->eac3, 0, + decode_band_structure(gbc, blk, s->eac3, 0,
+ start_subband, end_subband, + start_subband, end_subband,
+ ff_eac3_default_spx_band_struct, + ff_eac3_default_spx_band_struct,
+ s->spx_band_struct, &s->num_spx_bands, + &s->num_spx_bands,
+ s->spx_band_sizes); + s->spx_band_sizes);
+ } else { + } else {
+ for (ch = 1; ch <= fbw_channels; ch++) { + for (ch = 1; ch <= fbw_channels; ch++) {
......
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