[FFmpeg-devel] [PATCH] ffprobe/eac3/mlp/dca: add detection of spatial audio extensions

Marth64 marth64 at proxyid.net
Fri Feb 17 16:51:09 EET 2023


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 <anton at 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
>


More information about the ffmpeg-devel mailing list