diff options
author | Clément Bœsch <u@pkh.me> | 2016-06-21 22:10:54 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-06-21 22:10:54 +0200 |
commit | e276f21f995c147712005267f47cdcdae0d31dce (patch) | |
tree | ec022c0049bc91afdac3a95a6f6e08cb60ff3043 /libavformat/avio.h | |
parent | 8df1dbd7980a6b09c0b6f43299a49e56d19bd1ca (diff) | |
parent | e9443105ea4e8bc1d826ddceeba2816488c6ce92 (diff) | |
download | ffmpeg-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.h | 2 |
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. * |