]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/opt.h
avutil: remove deprecated AVClass.child_class_next
[ffmpeg] / libavutil / opt.h
index 8dc020a8200af547bb912f21555353580b0c3d20..c2329e5589ddc4b578f334b6fc1a5087f21cd1cc 100644 (file)
@@ -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.
  *