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/avio_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avio_internal.h') diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h index f8c9c93a3d..c8630ab66e 100644 --- a/libavformat/avio_internal.h +++ b/libavformat/avio_internal.h @@ -25,7 +25,7 @@ #include "libavutil/log.h" -extern const AVClass ffio_url_class; +extern const AVClass ff_avio_class; int ffio_init_context(AVIOContext *s, unsigned char *buffer, -- cgit v1.2.3