[FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder
Paul B Mahol
onemda at gmail.com
Fri Aug 9 15:29:29 EEST 2019
On Fri, Aug 9, 2019 at 1:34 PM Moritz Barsnick <barsnick at gmx.net> wrote:
> 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.
>
Nope. Developer documentation clearly states that minor should be bumped.
>
> Cheers,
> Moritz
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list