diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-12-20 00:26:53 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-12-20 00:26:53 +0000 |
commit | cd31f8dc23649fc61658fadee302ce20f761303b (patch) | |
tree | bffe9924e4a0259ebf84c2dd64ca33ff8ec481e7 /libavformat/asf.c | |
parent | fd2982a0a01942091b2f08e17486ff4562f675a6 (diff) | |
download | ffmpeg-cd31f8dc23649fc61658fadee302ce20f761303b.tar.gz |
cosmetics: indentation
Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r-- | libavformat/asf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c index c614cb5854..e7bc448251 100644 --- a/libavformat/asf.c +++ b/libavformat/asf.c @@ -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) |