Re: [FFmpeg-devel] [PATCH v3] avcodec: add Mediacodec audio decoders support
> On Aug 26, 2024, at 20:54, Matthieu Bouron wrote: > > --- > > Diff with v2: > - Dropped flac/vorbis/opus support LGTM. > > --- > configure | 8 + > libavcodec/Makefile | 4 + > libavcodec/allcodecs.c| 4 + > libavcodec/mediacodecdec.c
[FFmpeg-devel] [PATCH v3] avcodec: add Mediacodec audio decoders support
--- Diff with v2: - Dropped flac/vorbis/opus support --- configure | 8 + libavcodec/Makefile | 4 + libavcodec/allcodecs.c| 4 + libavcodec/mediacodecdec.c| 102 - libavcodec/mediacodecdec_common.c | 333 +++