1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

Merge commit 'e9443105ea4e8bc1d826ddceeba2816488c6ce92'

* commit 'e9443105ea4e8bc1d826ddceeba2816488c6ce92':
  avio: Remove a leftover comment

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch
2016-06-21 22:10:54 +02:00

View File

@@ -261,8 +261,6 @@ typedef struct AVIOContext {
const char *protocol_blacklist; const char *protocol_blacklist;
} AVIOContext; } AVIOContext;
/* unbuffered I/O */
/** /**
* Return the name of the protocol that will handle the passed URL. * Return the name of the protocol that will handle the passed URL.
* *