This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: indentation
Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs
17 years ago
parent
fd2982a0a0
commit
cd31f8dc23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/asf.c
+ 1
- 1
libavformat/asf.c
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save