Re: [libav-devel] [RFC] [PATCH] lavf: Make avio_enum_protocols() parameter const

2016-07-12 Thread Luca Barbato
On 12/07/16 18:10, Diego Biurrun wrote: > --- > > To be applied on top of Anton's constification patch. > Something should probably be added to APIchanges and some version bumped? > Maybe Ok. lu ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [RFC] [PATCH] lavf: Make avio_enum_protocols() parameter const

2016-07-12 Thread Diego Biurrun
On Tue, Jul 12, 2016 at 06:10:07PM +0200, Diego Biurrun wrote: > --- a/libavformat/version.h > +++ b/libavformat/version.h > @@ -29,7 +29,7 @@ > > -#define LIBAVFORMAT_VERSION_MAJOR 57 > +#define LIBAVFORMAT_VERSION_MAJOR 58 > #define LIBAVFORMAT_VERSION_MINOR 7 > #define

[libav-devel] [RFC] [PATCH] lavf: Make avio_enum_protocols() parameter const

2016-07-12 Thread Diego Biurrun
--- To be applied on top of Anton's constification patch. Something should probably be added to APIchanges and some version bumped? cmdutils.c | 4 libavformat/avio.h | 4 libavformat/protocols.c | 6 ++ libavformat/version.h | 5 - 4 files changed, 18