On 21 February 2018 at 22:37, Aurelien Jacobs <au...@gnuage.org> wrote:
> This was originally based on libsbc, and was fully integrated into ffmpeg. > --- > doc/general.texi | 2 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 + > libavcodec/sbc.c | 271 +++++++++++++++++++++++++++++++ > libavcodec/sbc.h | 121 ++++++++++++++ > libavcodec/sbcdec.c | 411 ++++++++++++++++++++++++++++++ > +++++++++++++++++ > libavcodec/sbcdec_data.c | 127 +++++++++++++++ > libavcodec/sbcdec_data.h | 44 +++++ > 10 files changed, 986 insertions(+) > create mode 100644 libavcodec/sbc.c > create mode 100644 libavcodec/sbc.h > create mode 100644 libavcodec/sbcdec.c > create mode 100644 libavcodec/sbcdec_data.c > create mode 100644 libavcodec/sbcdec_data.h > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > Looks good to me, couldn't find an issue. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel