Message ID | 20240322170106.2243608-6-asoulier@google.com |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,1/6] avcodec/liblc3: Add encoding/decoding support of LC3 audio codec | expand |
Context | Check | Description |
---|---|---|
andriy/make_x86 | fail | Make failed |
yinshiyou/make_loongarch64 | fail | Make failed |
Mar 22, 2024, 18:02 by ffmpeg-devel@ffmpeg.org: > Signed-off-by: Antoine Soulier <asoulier@google.com> > Signed-off-by: Antoine SOULIER <asoulier@google.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index dd633f37e8..d07512fc0c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -188,6 +188,7 @@ Codecs: > libdavs2.c Huiwen Ren > libjxl*.c, libjxl.h Leo Izen > libgsm.c Michel Bardiaux > + liblc3* Antoine Soulier > libkvazaar.c Arttu Ylä-Outinen > libopenh264enc.c Martin Storsjo, Linjie Fu > libopenjpeg.c Jaikrishnan Menon > @@ -393,6 +394,7 @@ Muxers/Demuxers: > jpegxl* Leo Izen > jvdec.c Peter Ross > kvag.c Zane van Iperen > + lc3* Antoine Soulier > libmodplug.c Clément Bœsch > libopenmpt.c Josh de Kock > lmlm4.c Ivo van Poorten > You've merged nothing yet and you want push access already?
> You've merged nothing yet and you want push access already? > I think this was done in good-faith saying they want to maintain. I wouldn't antagonise people for no reason. Kieran
On Fri, Mar 22, 2024 at 05:25:27PM +0000, Kieran Kunhya wrote: > > You've merged nothing yet and you want push access already? > > > > I think this was done in good-faith saying they want to maintain. I > wouldn't antagonise people for no reason. +1 thx [...]
diff --git a/MAINTAINERS b/MAINTAINERS index dd633f37e8..d07512fc0c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -188,6 +188,7 @@ Codecs: libdavs2.c Huiwen Ren libjxl*.c, libjxl.h Leo Izen libgsm.c Michel Bardiaux + liblc3* Antoine Soulier libkvazaar.c Arttu Ylä-Outinen libopenh264enc.c Martin Storsjo, Linjie Fu libopenjpeg.c Jaikrishnan Menon @@ -393,6 +394,7 @@ Muxers/Demuxers: jpegxl* Leo Izen jvdec.c Peter Ross kvag.c Zane van Iperen + lc3* Antoine Soulier libmodplug.c Clément Bœsch libopenmpt.c Josh de Kock lmlm4.c Ivo van Poorten