Re: [libav-devel] [PATCH 06/41] lavfi: Drop deprecated non-const filter retrieval

2016-12-19 Thread Anton Khirnov
Quoting Vittorio Giovara (2016-12-06 06:27:27) > Deprecated in 10/2013. > --- > libavfilter/avfilter.c | 5 + > libavfilter/avfilter.h | 5 + > libavfilter/version.h | 3 --- > 3 files changed, 2 insertions(+), 11 deletions(-) > Ok -- Anton Khirnov

Re: [libav-devel] [PATCH 06/41] lavfi: Drop deprecated non-const filter retrieval

2016-12-06 Thread Vittorio Giovara
On Tue, Dec 6, 2016 at 5:56 AM, Diego Biurrun wrote: > On Tue, Dec 06, 2016 at 12:27:27AM -0500, Vittorio Giovara wrote: >> --- a/libavfilter/version.h >> +++ b/libavfilter/version.h >> @@ -49,8 +49,5 @@ >> * the public API and may change, break or disappear at any time. >>

Re: [libav-devel] [PATCH 06/41] lavfi: Drop deprecated non-const filter retrieval

2016-12-06 Thread Diego Biurrun
On Tue, Dec 06, 2016 at 12:27:27AM -0500, Vittorio Giovara wrote: > --- a/libavfilter/version.h > +++ b/libavfilter/version.h > @@ -49,8 +49,5 @@ > * the public API and may change, break or disappear at any time. > */ > > -#ifndef FF_API_NOCONST_GET_NAME > -#define FF_API_NOCONST_GET_NAME

[libav-devel] [PATCH 06/41] lavfi: Drop deprecated non-const filter retrieval

2016-12-05 Thread Vittorio Giovara
Deprecated in 10/2013. --- libavfilter/avfilter.c | 5 + libavfilter/avfilter.h | 5 + libavfilter/version.h | 3 --- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 3ae7a59..83c1a7c 100644 --- a/libavfilter/avfilter.c