From e9443105ea4e8bc1d826ddceeba2816488c6ce92 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 4 May 2016 17:00:52 +0300 Subject: avio: Remove a leftover comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The declarations that this comment referred to were removed in 2439f2ca8 - there is no unbuffered IO in this header now. Signed-off-by: Martin Storsjö --- libavformat/avio.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat') diff --git a/libavformat/avio.h b/libavformat/avio.h index 13a8b196c1..d60a5977c6 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -117,8 +117,6 @@ typedef struct AVIOContext { int seekable; } AVIOContext; -/* unbuffered I/O */ - /** * Return AVIO_FLAG_* access flags corresponding to the access permissions * of the resource in url, or a negative value corresponding to an -- cgit v1.2.3