summaryrefslogtreecommitdiff
path: root/libavcodec/dca_lbr.c
Commit message (Collapse)AuthorAge
* avcodec/dca_lbr: Fix "warning: missing braces around initializer"Michael Niedermayer2016-05-11
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/dca_lbr: explicitly initialize structs with zeroHendrik Leppkes2016-05-11
| | | | This fixes build on MSVC and conforms to the usual init style used.
* avcodec/dca: add DTS Express (LBR) decoderfoo862016-05-10
Signed-off-by: James Almer <jamrial@gmail.com>