summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2007-09-26 11:33:30 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-09-26 11:33:30 +0000
commit2d89f334f4398d2d3bdbaa108be2d03ca704a24d (patch)
tree89946f95d872c83fa489ad1f6d65bf6afc707aab /libavformat/aviobuf.c
parent602dd8f6c4d4f7e1b5f48cc580fd9b694d41d602 (diff)
Indentation
Originally committed as revision 10589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aviobuf.c')
-rw-r--r--libavformat/aviobuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c
index f156d95fe6..195bbae035 100644
--- a/libavformat/aviobuf.c
+++ b/libavformat/aviobuf.c
@@ -276,7 +276,7 @@ static void fill_buffer(ByteIOContext *s)
}
if(s->read_packet)
- len = s->read_packet(s->opaque, s->buffer, s->buffer_size);
+ len = s->read_packet(s->opaque, s->buffer, s->buffer_size);
if (len <= 0) {
/* do not modify buffer if EOF reached so that a seek back can
be done without rereading data */
@@ -343,7 +343,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size)
if (len == 0) {
if(size > s->buffer_size && !s->update_checksum){
if(s->read_packet)
- len = s->read_packet(s->opaque, buf, size);
+ len = s->read_packet(s->opaque, buf, size);
if (len <= 0) {
/* do not modify buffer if EOF reached so that a seek back can
be done without rereading data */