summaryrefslogtreecommitdiff
path: root/libavcodec/wavpackenc.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-0/+2
| | | | | | | | | | Some of these were made possible by moving several common macros to libavutil/macros.h. While just at it, also improve the other headers a bit. Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/wavpackenc: use ff_clz()Paul B Mahol2019-05-021-11/+0
|
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
| | | | | | Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* wavpackenc: remove duplicate 'const' declaration specifierPaul B Mahol2013-08-261-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* WavPack encoderPaul B Mahol2013-08-141-0/+664
Signed-off-by: Paul B Mahol <onemda@gmail.com>