On 2 July 2018 at 14:21, Moritz Barsnick <barsn...@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@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.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to