mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 10:00:08 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user