diff avformat.h @ 511:056991ab9f10 libavformat

HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) tested and submitted by (Torsten Spindler <spindler at hbt dot arch dot ethz dot ch>)
author michael
date Thu, 12 Aug 2004 00:09:32 +0000
parents d95e74ef39e0
children ad72189eec07
line wrap: on
line diff
--- a/avformat.h	Wed Aug 04 20:57:35 2004 +0000
+++ b/avformat.h	Thu Aug 12 00:09:32 2004 +0000
@@ -627,6 +627,7 @@
 int resolve_host(struct in_addr *sin_addr, const char *hostname);
 
 void url_split(char *proto, int proto_size,
+               char *authorization, int authorization_size,
                char *hostname, int hostname_size,
                int *port_ptr,
                char *path, int path_size,