[vlc-devel] commit: contribs: fixed eac3 compilation in ffmpeg, needs checking ( Felix Paul Kühne )
git version control
git at videolan.org
Thu Aug 27 19:34:46 CEST 2009
vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sat Aug 15 00:51:51 2009 +0200| [74cb2d4720f64a7428840339207d1c4bd8a84c0c] | committer: Rémi Denis-Courmont
contribs: fixed eac3 compilation in ffmpeg, needs checking
(cherry picked from commit 2c5e6a0ee3d4647e37e8394b7735d62478d9e9a3)
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74cb2d4720f64a7428840339207d1c4bd8a84c0c
---
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