summaryrefslogtreecommitdiff
path: root/libavcodec/mlp_parse.c
Commit message (Collapse)AuthorAge
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/mlp_parse: move TrueHD channel layout and sample rate related code ↵James Almer2019-08-24
| | | | | | | | to the header It will be needed by the next commit. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/mlp_parser: split off shared code to its own fileJames Almer2019-05-07
Signed-off-by: James Almer <jamrial@gmail.com>