[FFmpeg-cvslog] lavf/ftp: remove double space

Lukasz Marek git at videolan.org
Wed Jan 22 01:35:28 CET 2014


ffmpeg | branch: master | Lukasz Marek <lukasz.m.luki at gmail.com> | Tue Jan 21 01:26:18 2014 +0100| [9ef441c5255340c24ebd2cbc133ed487c4542840] | committer: Lukasz Marek

lavf/ftp: remove double space

Signed-off-by: Lukasz Marek <lukasz.m.luki at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ef441c5255340c24ebd2cbc133ed487c4542840
---

 libavformat/ftp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/ftp.c b/libavformat/ftp.c
index ed9a3db..40a6a33 100644
--- a/libavformat/ftp.c
+++ b/libavformat/ftp.c
@@ -572,7 +572,7 @@ static int64_t ftp_seek(URLContext *h, int64_t pos, int whence)
         return AVERROR(EINVAL);
     }
 
-    if  (h->is_streamed)
+    if (h->is_streamed)
         return AVERROR(EIO);
 
     /* XXX: Simulate behaviour of lseek in file protocol, which could be treated as a reference */



More information about the ffmpeg-cvslog mailing list