Commit 0a9efe4c authored by Tim Walker's avatar Tim Walker Committed by Justin Ruggles

mlp_parser: fix the channel mask value used for the top surround channel

Signed-off-by: 's avatarJustin Ruggles <justin.ruggles@gmail.com>
parent be8d812c
......@@ -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
......
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