mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-30 03:12:08 +00:00
cosmetics: indentation
Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fd2982a0a0
commit
cd31f8dc23
@ -1055,7 +1055,7 @@ static int asf_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int
|
||||
if(ret >= 0)
|
||||
asf_reset_header(s);
|
||||
if (ret != AVERROR(ENOSYS))
|
||||
return ret;
|
||||
return ret;
|
||||
}
|
||||
|
||||
if (!asf->index_read)
|
||||
|
Loading…
Reference in New Issue
Block a user