Skip to content
Snippets Groups Projects
Commit e6d9fa66 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Alex Converse
Browse files

ac3dec: Move center and surround mix level tables to the parser.


That way all mix levels as exported by avpriv_ac3_parse_header()
will have the same meaning.

Previously the 3-bit center mix level for E-AC-3 was used to index in a
4-entry table, leading to out-of-array reads.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
Signed-off-by: default avatarJustin Ruggles <justin.ruggles@gmail.com>
Signed-off-by: default avatarAlex Converse <alex.converse@gmail.com>
parent 7b050258
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment