diff --git a/libavformat/avio.h b/libavformat/avio.h index 3ea52ec86d..5e86f7ecc4 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -261,8 +261,6 @@ typedef struct AVIOContext { const char *protocol_blacklist; } AVIOContext; -/* unbuffered I/O */ - /** * Return the name of the protocol that will handle the passed URL. *