summaryrefslogtreecommitdiffstats
path: root/libavcodec/wma_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-231-4/+2
| | | | | | The init functions marked as av_cold have to be executed in any case, so there is no gain from trying to mark paths leading to such functions as unlikely.
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-1/+1
|
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-071-0/+29
OpenPOWER on IntegriCloud