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

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Sun Aug 16 23:24:34 CEST 2015


On 16.08.2015 22:15, Ronald S. Bultje wrote:
> Convert last users to av_opt_get_*() counterparts.
> ---
>  libavfilter/af_aresample.c | 17 +++++++++--------
>  libavutil/opt.h            |  3 +++
>  2 files changed, 12 insertions(+), 8 deletions(-)

I'm fine with this, but the patch is incomplete:
libavfilter/x86/vf_spp.c also uses av_get_int.
Furthermore the FF_OPT_TYPE_* defines are used in several places.

Best regards,
Andreas



More information about the ffmpeg-devel mailing list