Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-03-08 12:05:03 +0300
committerMartin Storsjö <martin@martin.st>2010-03-08 12:05:03 +0300
commitf984dcf6dd3549b50e0ec40872b9485ac3d11f0e (patch)
treed40dbc095c9967000db3dbf7930a60a213cdb687 /libavformat/rtmpproto.c
parentc5c6e67c28e0e30b681cff55e8d85bb963d8640e (diff)
Reindent
Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtmpproto.c')
-rw-r--r--libavformat/rtmpproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c
index 9d3a193ce3..e23148827b 100644
--- a/libavformat/rtmpproto.c
+++ b/libavformat/rtmpproto.c
@@ -813,7 +813,7 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
rt->is_input = !(flags & URL_WRONLY);
ff_url_split(proto, sizeof(proto), NULL, 0, hostname, sizeof(hostname), &port,
- path, sizeof(path), s->filename);
+ path, sizeof(path), s->filename);
if (port < 0)
port = RTMP_DEFAULT_PORT;