comparison avformat.h @ 5776:d34f985d6e8f libavformat

Reindent
author mstorsjo
date Mon, 08 Mar 2010 09:05:03 +0000
parents 7a123cc24a81
children afceb57d364c
comparison
equal deleted inserted replaced
5775:7a123cc24a81 5776:d34f985d6e8f
1342 struct in_addr; 1342 struct in_addr;
1343 /* Deprecated, use getaddrinfo instead. */ 1343 /* Deprecated, use getaddrinfo instead. */
1344 attribute_deprecated int resolve_host(struct in_addr *sin_addr, const char *hostname); 1344 attribute_deprecated int resolve_host(struct in_addr *sin_addr, const char *hostname);
1345 1345
1346 void ff_url_split(char *proto, int proto_size, 1346 void ff_url_split(char *proto, int proto_size,
1347 char *authorization, int authorization_size, 1347 char *authorization, int authorization_size,
1348 char *hostname, int hostname_size, 1348 char *hostname, int hostname_size,
1349 int *port_ptr, 1349 int *port_ptr,
1350 char *path, int path_size, 1350 char *path, int path_size,
1351 const char *url); 1351 const char *url);
1352 1352
1353 /** 1353 /**
1354 * Assembles a URL string from components. This is the reverse operation 1354 * Assembles a URL string from components. This is the reverse operation
1355 * of ff_url_split. 1355 * of ff_url_split.
1356 * 1356 *