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

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Thu Apr 4 19:51:25 EEST 2024


Stefano Sabatini:
> On date Monday 2024-04-01 21:32:05 +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>
>> ---
>>  Changelog                |   1 +
>>  doc/muxers.texi          |   6 ++
>>  libavformat/Makefile     |   2 +
>>  libavformat/allformats.c |   2 +
>>  libavformat/lc3dec.c     | 127 +++++++++++++++++++++++++++++++++++++++
>>  libavformat/lc3enc.c     | 100 ++++++++++++++++++++++++++++++
>>  6 files changed, 238 insertions(+)
>>  create mode 100644 libavformat/lc3dec.c
>>  create mode 100644 libavformat/lc3enc.c
> 
> Paul, Andreas, do you have more comments or is it fine to push as is?
> 

Besides my comment about the actual patch: You applied the lavc commit
with incorrect author information: "Antoine Soulier via ffmpeg-devel
<ffmpeg-devel at ffmpeg.org>"

- Andreas



More information about the ffmpeg-devel mailing list