mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/ftp: remove double space
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
This commit is contained in:
parent
e0d124a920
commit
9ef441c525
|
@ -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…
Reference in New Issue