mirror of https://github.com/mpv-player/mpv
reindented after yesterday's commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21704 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c544612bb2
commit
e4876ebe46
|
@ -134,8 +134,8 @@ static int open_f (stream_t *stream, int mode, void *opts, int* file_format) {
|
|||
stream->flags = mode;
|
||||
len = 0;
|
||||
if(mode == STREAM_READ) {
|
||||
len = smbc_lseek(fd,0,SEEK_END);
|
||||
smbc_lseek (fd, 0, SEEK_SET);
|
||||
len = smbc_lseek(fd,0,SEEK_END);
|
||||
smbc_lseek (fd, 0, SEEK_SET);
|
||||
}
|
||||
if(len > 0 || mode == STREAM_WRITE) {
|
||||
stream->flags |= STREAM_SEEK;
|
||||
|
|
Loading…
Reference in New Issue