From a3bb59b163a5d55847d116704d392d2597877bec Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 4 Dec 2012 17:01:27 +0000 Subject: [PATCH] av_register_protocol is gone :( Signed-off-by: Paul B Mahol --- libavformat/avformat.h | 1 - 1 file changed, 1 deletion(-) 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);