[FFmpeg-devel] [PATCH] Rename register_protocol() to av_register_protocol()

Stefano Sabatini stefano.sabatini-lala
Sun Feb 15 12:13:53 CET 2009


On date Sunday 2009-02-15 11:23:57 +0100, Stefano Sabatini encoded:
> Hi,
> provides a namespace to register_protocol().

[...]
> Index: ffmpeg/libavformat/avio.h
> ===================================================================
> --- ffmpeg.orig/libavformat/avio.h	2009-02-15 10:57:58.000000000 +0100
> +++ ffmpeg/libavformat/avio.h	2009-02-15 10:58:09.000000000 +0100
> @@ -142,7 +142,14 @@
>  
>  URLProtocol *av_protocol_next(URLProtocol *p);
>  
> -int register_protocol(URLProtocol *protocol);
> +#if LIBAVFORMA_MAJOR < 53
       ^^^^^^^^^^^^^^^^
Uh, something funny happend to the patch...

Attaching new patches.
-- 
FFmpeg = Freak and Faboulous Majestic Peaceless Extensive Genius
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rename-register-protocol.patch
Type: text/x-diff
Size: 1896 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090215/071e1fd6/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: replace-register-protocol.patch
Type: text/x-diff
Size: 522 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090215/071e1fd6/attachment-0001.patch>



More information about the ffmpeg-devel mailing list