avio: Rename avclass symbols relating to avio
Don't prefix them ffio_url, which is misleading, sounding too much like the urlprotocol layer (like ffurl_*). Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user