]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/options.c
Merge commit '72211a2af0470799c9611b9c1c7039ab14a34a0a'
[ffmpeg] / libavformat / options.c
index 22b922f89a06779106d5cede2d27cc8ae5afd376..4b08f3f199507d35b0796bfa5014a5646726cfd3 100644 (file)
@@ -55,7 +55,7 @@ static const AVClass *format_child_class_next(const AVClass *prev)
     AVOutputFormat *ofmt = NULL;
 
     if (!prev)
-        return &ffio_url_class;
+        return &ff_avio_class;
 
     while ((ifmt = av_iformat_next(ifmt)))
         if (ifmt->priv_class == prev)