diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-15 14:29:23 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-15 14:29:23 +0000 |
commit | 5d37750187774279e587842ae756b84ecf4f5f32 (patch) | |
tree | 9f636b1eb29497cadb9ceb6a5278f0d96a0be7d6 /libavformat/avformat.h | |
parent | 65c40e4e3a4d736632820b1a8e80a5d0c4fb31de (diff) | |
download | ffmpeg-5d37750187774279e587842ae756b84ecf4f5f32.tar.gz |
Replace calls/references of the deprecated register_protocol()
function with correponding calls/references to av_register_protocol().
Originally committed as revision 17323 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index d107fafa8d..5d61353455 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -776,7 +776,7 @@ void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt, int dump_payload); * * @see av_register_input_format() * @see av_register_output_format() - * @see register_protocol() + * @see av_register_protocol() */ void av_register_all(void); |