diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-12-04 17:01:27 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-12-04 17:01:27 +0000 |
commit | a3bb59b163a5d55847d116704d392d2597877bec (patch) | |
tree | 79c99ee34d818ddcd38fc6fa0b0bb26d866fc312 /libavformat | |
parent | 481c843a47671d17f7e19392d33ee8089b950e4a (diff) | |
download | ffmpeg-a3bb59b163a5d55847d116704d392d2597877bec.tar.gz |
av_register_protocol is gone :(
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 1 |
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); |