Browse Source

lavf/ftp: remove double space

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
tags/n2.2-rc1
Lukasz Marek 12 years ago
parent
commit
9ef441c525
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/ftp.c

+ 1
- 1
libavformat/ftp.c View File

@@ -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 */


Loading…
Cancel
Save