]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio.c
avutil: remove deprecated AVClass.child_class_next
[ffmpeg] / libavformat / avio.c
index 8011482e769479b54eaab8cdabbc341736e39c37..2974f4b2b4e4f954caf1dbb3ad1fb0063073c7e5 100644 (file)
@@ -67,9 +67,6 @@ const AVClass ffurl_context_class = {
     .option           = options,
     .version          = LIBAVUTIL_VERSION_INT,
     .child_next       = urlcontext_child_next,
-#if FF_API_CHILD_CLASS_NEXT
-    .child_class_next = ff_urlcontext_child_class_next,
-#endif
     .child_class_iterate = ff_urlcontext_child_class_iterate,
 };
 /*@}*/