On Sat, 14 Dec 2013 18:29:29 +0100, Vittorio Giovara <[email protected]> wrote: > On Sat, Dec 14, 2013 at 3:50 PM, Guillaume Martres <[email protected]> wrote: > > From: Gildas Cocherel <[email protected]> > > > > --- > > libavcodec/avcodec.h | 5 +++++ > > libavcodec/hevc.c | 9 +++++++++ > > 2 files changed, 14 insertions(+) > > > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > > index 0e6ac05..9531c85 100644 > > --- a/libavcodec/avcodec.h > > +++ b/libavcodec/avcodec.h > > @@ -2662,6 +2662,11 @@ typedef struct AVCodecContext { > > #define FF_PROFILE_JPEG2000_DCINEMA_2K 3 > > #define FF_PROFILE_JPEG2000_DCINEMA_4K 4 > > > > + > > +#define FF_PROFILE_HEVC_MAIN 1 > > +#define FF_PROFILE_HEVC_MAIN_10 2 > > +#define FF_PROFILE_HEVC_MAIN_STILL_PICTURE 3 > > + > > /** > > * level > > * - encoding: Set by user. > > Does adding defines in a public header require a (minor/patch) bump? > Good to go if not. > Vittorio
Yes, it needs a minor bump and an APIchanges entry -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
