summaryrefslogtreecommitdiffstats
path: root/libavformat/mlpdec.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat/mlpdec: consider all valid mlp access units when probingHendrik Leppkes2015-11-291-1/+4
| | | | | | | Fixes probing of truehd/mlp files with a lot of frames in between the major sync frames. The spec allows a distance of up to 128 frames in between major sync frames, which leads to the probing code not reaching the desired score.
* lavf/mlpdec: Simplify mlp/thd probe function.Carl Eugen Hoyos2015-10-031-0/+85
Move the demuxers into their own file.
OpenPOWER on IntegriCloud