On Wed, Oct 8, 2014 at 7:35 PM, Anton Khirnov <[email protected]> wrote: > --- > libavcodec/avcodec.h | 8 ++++---- > libavcodec/mpegvideo.h | 10 +++++++++- > libavcodec/mpegvideo_enc.c | 7 +++++++ > libavcodec/options_table.h | 4 +++- > libavcodec/ratecontrol.c | 2 +- > libavcodec/version.h | 3 +++ > 6 files changed, 27 insertions(+), 7 deletions(-)
This set of 9 patches looks good to me (after the comment for #4). > diff --git a/libavcodec/version.h b/libavcodec/version.h > index 773d21e..2c1906e 100644 > --- a/libavcodec/version.h > +++ b/libavcodec/version.h > @@ -153,5 +153,8 @@ > #ifndef FF_API_AFD > #define FF_API_AFD (LIBAVCODEC_VERSION_MAJOR < 57) > #endif > +#ifndef FF_API_MPV_OPT > +#define FF_API_MPV_OPT (LIBAVCODEC_VERSION_MAJOR < 58) > +#endif Are we going the same route for libav 13/14? If so this needs to be 59. Nit: it'd be nice that MICRO got bumped each time if you feel like it. -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
