On date Friday 2024-03-29 17:30:30 +0000, ffmpeg-devel Mailing List wrote:
> The LC3 audio codec is the default codec of Bluetooth LE audio.
> This is a wrapper over the liblc3 library (https://github.com/google/liblc3).
> 
> Signed-off-by: Antoine Soulier <asoul...@google.com>
> ---
>  Changelog                 |   4 +
>  configure                 |   6 ++
>  doc/encoders.texi         |  57 ++++++++++++
>  doc/general_contents.texi |  11 ++-
>  libavcodec/Makefile       |   2 +
>  libavcodec/allcodecs.c    |   2 +
>  libavcodec/codec_desc.c   |   7 ++
>  libavcodec/codec_id.h     |   1 +
>  libavcodec/liblc3dec.c    | 141 ++++++++++++++++++++++++++++
>  libavcodec/liblc3enc.c    | 190 ++++++++++++++++++++++++++++++++++++++
>  10 files changed, 420 insertions(+), 1 deletion(-)
>  create mode 100644 libavcodec/liblc3dec.c
>  create mode 100644 libavcodec/liblc3enc.c

I don't see pending comments for this patch, so I'll apply it in
one/two days if I see no more comments.

Thanks.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to