aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sbcdec_data.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/sbcdec_data: Merge data into headerAndreas Rheinhardt2025-03-121-6/+93
| | | | | | | sbcdec_data.h is only included by sbcdec.c, so this won't cause the data to be included multiple times in the binary. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* sbc: implement SBC decoder (low-complexity subband codec)Aurelien Jacobs2018-03-071-0/+44
This was originally based on libsbc, and was fully integrated into ffmpeg.