[FFmpeg-devel] [PATCH 3/4] avformat/lc3: Add file format for LC3/LC3plus transport

Stefano Sabatini stefasab at gmail.com
Thu Mar 28 19:58:13 EET 2024


On date Wednesday 2024-03-27 22:21:44 +0000, ffmpeg-devel Mailing List wrote:
> A file format is described in Bluetooth SIG LC3 and ETSI TS 103 634, for
> test purpose. This is the format implemented here.
> 
> Signed-off-by: Antoine Soulier <asoulier at google.com>
> ---
>  doc/muxers.texi          |   6 ++
>  libavformat/Makefile     |   2 +
>  libavformat/allformats.c |   2 +
>  libavformat/lc3dec.c     | 135 +++++++++++++++++++++++++++++++++++++++
>  libavformat/lc3enc.c     | 102 +++++++++++++++++++++++++++++
>  5 files changed, 247 insertions(+)
>  create mode 100644 libavformat/lc3dec.c
>  create mode 100644 libavformat/lc3enc.c

Note: you might add an entry for muxing/demuxing support to the
Changelog.

Looks good to me otherwise.


More information about the ffmpeg-devel mailing list