summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-12-04 17:01:27 +0000
committerPaul B Mahol <onemda@gmail.com>2012-12-04 17:01:27 +0000
commita3bb59b163a5d55847d116704d392d2597877bec (patch)
tree79c99ee34d818ddcd38fc6fa0b0bb26d866fc312 /libavformat/avformat.h
parent481c843a47671d17f7e19392d33ee8089b950e4a (diff)
av_register_protocol is gone :(
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4b916cc145..7500881330 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1252,7 +1252,6 @@ const char *avformat_license(void);
*
* @see av_register_input_format()
* @see av_register_output_format()
- * @see av_register_protocol()
*/
void av_register_all(void);