[FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

Rostislav Pehlivanov atomnuker at gmail.com
Tue Jul 3 13:45:20 EEST 2018


On 2 July 2018 at 14:21, Moritz Barsnick <barsnick at gmx.net> wrote:

> On Sat, Jun 30, 2018 at 08:44:50 +0100, Rostislav Pehlivanov wrote:
> > ---
> >  libavcodec/avcodec.h    | 1 +
> >  libavcodec/codec_desc.c | 7 +++++++
> >  libavcodec/version.h    | 2 +-
> >  3 files changed, 9 insertions(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> > index c90166deb6..f85af3f15d 100644
> > --- a/libavcodec/avcodec.h
> > +++ b/libavcodec/avcodec.h
> > @@ -637,6 +637,7 @@ enum AVCodecID {
> >      AV_CODEC_ID_APTX,
> >      AV_CODEC_ID_APTX_HD,
> >      AV_CODEC_ID_SBC,
> > +    AV_CODEC_ID_ATRAC9,
> >
> [...]
>
> Do you need to add a note to doc/APIchanges?
>
> Cheers,
> Moritz
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

No, in case you haven't noticed we don't advertise new flags there, that
would just spam the list with unimportant for API users entries.


More information about the ffmpeg-devel mailing list