X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fopt.h;h=c2329e5589ddc4b578f334b6fc1a5087f21cd1cc;hb=0bf3a7361d17d596a5044882098f56817db0e103;hp=8dc020a8200af547bb912f21555353580b0c3d20;hpb=3749eede66c3774799766b1f246afae8a6ffc9bb;p=ffmpeg diff --git a/libavutil/opt.h b/libavutil/opt.h index 8dc020a8200..c2329e5589d 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -648,19 +648,6 @@ const AVOption *av_opt_next(const void *obj, const AVOption *prev); */ void *av_opt_child_next(void *obj, void *prev); -#if FF_API_CHILD_CLASS_NEXT -/** - * Iterate over potential AVOptions-enabled children of parent. - * - * @param prev result of a previous call to this function or NULL - * @return AVClass corresponding to next potential child or NULL - * - * @deprecated use av_opt_child_class_iterate - */ -attribute_deprecated -const AVClass *av_opt_child_class_next(const AVClass *parent, const AVClass *prev); -#endif - /** * Iterate over potential AVOptions-enabled children of parent. *