diff options
author | Martin Storsjö <martin@martin.st> | 2010-03-08 09:05:03 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-03-08 09:05:03 +0000 |
commit | f984dcf6dd3549b50e0ec40872b9485ac3d11f0e (patch) | |
tree | d40dbc095c9967000db3dbf7930a60a213cdb687 /libavformat/avformat.h | |
parent | c5c6e67c28e0e30b681cff55e8d85bb963d8640e (diff) | |
download | ffmpeg-f984dcf6dd3549b50e0ec40872b9485ac3d11f0e.tar.gz |
Reindent
Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 0b7936af07..9fcb2dca9e 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1344,11 +1344,11 @@ struct in_addr; attribute_deprecated int resolve_host(struct in_addr *sin_addr, const char *hostname); void ff_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, - const char *url); + char *authorization, int authorization_size, + char *hostname, int hostname_size, + int *port_ptr, + char *path, int path_size, + const char *url); /** * Assembles a URL string from components. This is the reverse operation |