Re: [FFmpeg-devel] [PATCH 1/6] options: mark av_get_{int, double, q} as deprecated.

2015-08-18 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 11:52:14AM -0400, Ronald S. Bultje wrote: > Convert last users to av_opt_get_*() counterparts. > --- > libavfilter/af_aresample.c | 17 + > libavfilter/x86/vf_spp.c | 4 +++- > libavutil/opt.h| 3 +++ > 3 files changed, 15 insertions(+), 9 de

[FFmpeg-devel] [PATCH 1/6] options: mark av_get_{int, double, q} as deprecated.

2015-08-17 Thread Ronald S. Bultje
Convert last users to av_opt_get_*() counterparts. --- libavfilter/af_aresample.c | 17 + libavfilter/x86/vf_spp.c | 4 +++- libavutil/opt.h| 3 +++ 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/libavfilter/af_aresample.c b/libavfilter/af_aresample