[FFmpeg-devel] [PATCH] avformat/lc3: Add file format for LC3/LC3plus transport
Stefano Sabatini
stefasab at gmail.com
Sat Apr 13 11:54:38 EEST 2024
On date Friday 2024-04-12 16:46:29 -0700, ffmpeg-devel Mailing List wrote:
> Thanks.
>
> On Fri, Apr 12, 2024 at 6:05 AM Stefano Sabatini <stefasab at gmail.com> wrote:
[...]
> From 93c5628502a1f242043b39a18e83895d9067541e Mon Sep 17 00:00:00 2001
> From: Antoine SOULIER <asoulier at google.com>
> Date: Thu, 4 Apr 2024 22:38:03 +0000
> Subject: [PATCH] avformat/lc3: Add file format for LC3/LC3plus transport
>
> A file format is described in Bluetooth SIG LC3 and ETSI TS 103 634, for
> test purpose. This is the format implemented here.
> ---
> Changelog | 1 +
> doc/muxers.texi | 6 +
> libavformat/Makefile | 2 +
> libavformat/allformats.c | 2 +
> libavformat/lc3.c | 252 +++++++++++++++++++++++++++++++++++++++
> 5 files changed, 263 insertions(+)
> create mode 100644 libavformat/lc3.c
Looks good to me.
Andreas, Paul, please comment. If I see no comments I'll push this in
two/three days.
Thanks.
More information about the ffmpeg-devel
mailing list