git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
be8d812
)
mlp_parser: fix the channel mask value used for the top surround channel
author
Tim Walker
<tdskywalker@gmail.com>
Sat, 25 Feb 2012 21:33:48 +0000
(22:33 +0100)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Sat, 25 Feb 2012 22:24:43 +0000
(17:24 -0500)
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
libavcodec/mlp_parser.c
patch
|
blob
|
history
diff --git
a/libavcodec/mlp_parser.c
b/libavcodec/mlp_parser.c
index
3bf38c7
..
1879e00
100644
(file)
--- a/
libavcodec/mlp_parser.c
+++ b/
libavcodec/mlp_parser.c
@@
-82,7
+82,7
@@
static const uint64_t thd_layout[13] = {
AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER, // LRc
AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT, // LRrs
AV_CH_BACK_CENTER, // Cs
- AV_CH_TOP_
BACK_CENTER,
// Ts
+ AV_CH_TOP_
CENTER,
// Ts
AV_CH_SIDE_LEFT|AV_CH_SIDE_RIGHT, // LRsd
AV_CH_WIDE_LEFT|AV_CH_WIDE_RIGHT, // LRw
AV_CH_TOP_FRONT_CENTER, // Cvh