git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9de37
)
cosmetics: fix indentation
author
Alex Beregszaszi
<alex@rtfs.hu>
Fri, 11 May 2007 19:07:40 +0000
(19:07 +0000)
committer
Alex Beregszaszi
<alex@rtfs.hu>
Fri, 11 May 2007 19:07:40 +0000
(19:07 +0000)
Originally committed as revision 8998 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/aviobuf.c
patch
|
blob
|
history
diff --git
a/libavformat/aviobuf.c
b/libavformat/aviobuf.c
index
2cc247b
..
0c17863
100644
(file)
--- a/
libavformat/aviobuf.c
+++ b/
libavformat/aviobuf.c
@@
-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;