[FFmpeg-cvslog] r11279 - trunk/libavformat/asf.c
aurel
subversion
Thu Dec 20 01:26:53 CET 2007
Author: aurel
Date: Thu Dec 20 01:26:53 2007
New Revision: 11279
Log:
cosmetics: indentation
Modified:
trunk/libavformat/asf.c
Modified: trunk/libavformat/asf.c
==============================================================================
--- trunk/libavformat/asf.c (original)
+++ trunk/libavformat/asf.c Thu Dec 20 01:26:53 2007
@@ -1055,7 +1055,7 @@ static int asf_read_seek(AVFormatContext
if(ret >= 0)
asf_reset_header(s);
if (ret != AVERROR(ENOSYS))
- return ret;
+ return ret;
}
if (!asf->index_read)
More information about the ffmpeg-cvslog
mailing list