[vlc-devel] commit: contribs: fixed eac3 compilation in ffmpeg, needs checking ( Felix Paul Kühne )

git version control git at videolan.org
Sat Aug 15 00:51:54 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Aug 15 00:51:51 2009 +0200| [2c5e6a0ee3d4647e37e8394b7735d62478d9e9a3] | committer: Felix Paul Kühne 

contribs: fixed eac3 compilation in ffmpeg, needs checking

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c5e6a0ee3d4647e37e8394b7735d62478d9e9a3
---

 extras/contrib/src/Patches/eac3_spectral.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Patches/eac3_spectral.patch b/extras/contrib/src/Patches/eac3_spectral.patch
index cc96aa7..e257759 100644
--- a/extras/contrib/src/Patches/eac3_spectral.patch
+++ b/extras/contrib/src/Patches/eac3_spectral.patch
@@ -54,7 +54,7 @@ index baff415..49d6ea9 100644
 +            decode_band_structure(gbc, blk, s->eac3, 0,
 +                                  start_subband, end_subband,
 +                                  ff_eac3_default_spx_band_struct,
-+                                  s->spx_band_struct, &s->num_spx_bands,
++                                  &s->num_spx_bands,
 +                                  s->spx_band_sizes);
 +        } else {
 +            for (ch = 1; ch <= fbw_channels; ch++) {




More information about the vlc-devel mailing list