From c86d8aed748adc3ba8df96fb1fe14aa45da77a31 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sat, 28 Feb 2015 01:06:28 +0200 Subject: avio: Rename avclass symbols relating to avio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don't prefix them ffio_url, which is misleading, sounding too much like the urlprotocol layer (like ffurl_*). Signed-off-by: Martin Storsjö --- libavformat/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/options.c') diff --git a/libavformat/options.c b/libavformat/options.c index 227c36f95f..996dc31274 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -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) -- cgit v1.2.3