[vlc-devel] commit: Fixed acmod table for ac3/eac3. (Laurent Aimar )
git version control
git at videolan.org
Tue May 5 23:53:52 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue May 5 23:48:58 2009 +0200| [d2f4a3f8dad20e098b85d1c714476f75fce9c23a] | committer: Laurent Aimar
Fixed acmod table for ac3/eac3.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2f4a3f8dad20e098b85d1c714476f75fce9c23a
---
modules/codec/a52.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/a52.h b/modules/codec/a52.h
index f678da9..824ef10 100644
--- a/modules/codec/a52.h
+++ b/modules/codec/a52.h
@@ -192,9 +192,9 @@ static inline int vlc_a52_header_Parse( vlc_a52_header_t *p_header,
{ 3, AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT | AOUT_CHAN_REARCENTER }, /* 2F1R 2/1 */
{ 4, AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT | AOUT_CHAN_CENTER |
AOUT_CHAN_REARCENTER }, /* 3F1R 3/1 */
- { 5, AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT |
+ { 4, AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT |
AOUT_CHAN_REARLEFT | AOUT_CHAN_REARRIGHT }, /* 2F2R 2/2 */
- { 6, AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT | AOUT_CHAN_CENTER |
+ { 5, AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT | AOUT_CHAN_CENTER |
AOUT_CHAN_REARLEFT | AOUT_CHAN_REARRIGHT }, /* 3F2R 3/2 */
};
More information about the vlc-devel
mailing list