I can do the doc update, just not sure how to do the version. Is there an
example? (Or is this not something I can do). Thank you!

On Fri, Feb 17, 2023 at 04:59 Anton Khirnov <an...@khirnov.net> wrote:

> Quoting Marth64 (2023-02-12 01:31:41)
> > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> > index 755e543fac..2d3a7a4625 100644
> > --- a/libavcodec/avcodec.h
> > +++ b/libavcodec/avcodec.h
> > @@ -1616,12 +1616,18 @@ typedef struct AVCodecContext {
> >  #define FF_PROFILE_DNXHR_HQX     4
> >  #define FF_PROFILE_DNXHR_444     5
> >
> > -#define FF_PROFILE_DTS         20
> > -#define FF_PROFILE_DTS_ES      30
> > -#define FF_PROFILE_DTS_96_24   40
> > -#define FF_PROFILE_DTS_HD_HRA  50
> > -#define FF_PROFILE_DTS_HD_MA   60
> > -#define FF_PROFILE_DTS_EXPRESS 70
> > +#define FF_PROFILE_DTS                20
> > +#define FF_PROFILE_DTS_ES             30
> > +#define FF_PROFILE_DTS_96_24          40
> > +#define FF_PROFILE_DTS_HD_HRA         50
> > +#define FF_PROFILE_DTS_HD_MA          60
> > +#define FF_PROFILE_DTS_HD_MA_X        61
> > +#define FF_PROFILE_DTS_HD_MA_X_IMAX   62
> > +#define FF_PROFILE_DTS_EXPRESS        70
> > +
> > +#define FF_PROFILE_EAC3_DDP_ATMOS         30
> > +
> > +#define FF_PROFILE_TRUEHD_ATMOS           30
>
> This is new public API and so needs a minor version bump and an entry in
> doc/APIchanges
>
> --
> Anton Khirnov
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to