[FFmpeg-cvslog] r8998 - trunk/libavformat/aviobuf.c

alex subversion
Fri May 11 21:07:40 CEST 2007


Author: alex
Date: Fri May 11 21:07:40 2007
New Revision: 8998

Log:
cosmetics: fix indentation

Modified:
   trunk/libavformat/aviobuf.c

Modified: trunk/libavformat/aviobuf.c
==============================================================================
--- trunk/libavformat/aviobuf.c	(original)
+++ trunk/libavformat/aviobuf.c	Fri May 11 21:07:40 2007
@@ -280,8 +280,8 @@ static void fill_buffer(ByteIOContext *s
         /* do not modify buffer if EOF reached so that a seek back can
            be done without rereading data */
         s->eof_reached = 1;
-    if(len<0)
-        s->error= len;
+        if(len<0)
+            s->error= len;
     } else {
         s->pos += len;
         s->buf_ptr = s->buffer;




More information about the ffmpeg-cvslog mailing list