[FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder
Moritz Barsnick
barsnick at gmx.net
Fri Aug 9 14:33:57 EEST 2019
On Thu, Aug 08, 2019 at 22:09:04 +0100, Cameron Cawley wrote:
> Signed-off-by: Cameron Cawley <ccawley2011 at gmail.com>
> ---
> doc/general.texi | 1 +
> libavcodec/Makefile | 1 +
> libavcodec/adpcm.c | 14 ++++++++++++++
> libavcodec/allcodecs.c | 1 +
> libavcodec/avcodec.h | 1 +
> libavcodec/codec_desc.c | 7 +++++++
> libavcodec/utils.c | 1 +
> 7 files changed, 26 insertions(+)
You should also bump the micro version when adding a new decoder.
Cheers,
Moritz
More information about the ffmpeg-devel
mailing list