summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-06-21 22:10:54 +0200
committerClément Bœsch <u@pkh.me>2016-06-21 22:10:54 +0200
commite276f21f995c147712005267f47cdcdae0d31dce (patch)
treeec022c0049bc91afdac3a95a6f6e08cb60ff3043 /libavformat/avio.h
parent8df1dbd7980a6b09c0b6f43299a49e56d19bd1ca (diff)
parente9443105ea4e8bc1d826ddceeba2816488c6ce92 (diff)
downloadffmpeg-e276f21f995c147712005267f47cdcdae0d31dce.tar.gz
Merge commit 'e9443105ea4e8bc1d826ddceeba2816488c6ce92'
* commit 'e9443105ea4e8bc1d826ddceeba2816488c6ce92': avio: Remove a leftover comment Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 0 insertions, 2 deletions
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.
*