[FFmpeg-cvslog] av_register_protocol is gone :(

Paul B Mahol git at videolan.org
Tue Dec 4 18:03:47 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Dec  4 17:01:27 2012 +0000| [a3bb59b163a5d55847d116704d392d2597877bec] | committer: Paul B Mahol

av_register_protocol is gone :(

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3bb59b163a5d55847d116704d392d2597877bec
---

 libavformat/avformat.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4b916cc..7500881 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);
 



More information about the ffmpeg-cvslog mailing list