From e0977c80452fccbb687e1ad069318cd5c2bbf8ef Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 19 Apr 2006 12:53:47 +0000 Subject: [PATCH] indention Originally committed as revision 5301 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index e5aa8f3064..dca2f3743e 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1498,19 +1498,19 @@ static int mov_read_cmov(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) /* edit list atom */ static int mov_read_elst(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) { - int i, edit_count; + int i, edit_count; - get_byte(pb); /* version */ - get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ - edit_count= c->streams[c->fc->nb_streams-1]->edit_count = get_be32(pb); /* entries */ + get_byte(pb); /* version */ + get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ + edit_count= c->streams[c->fc->nb_streams-1]->edit_count = get_be32(pb); /* entries */ - for(i=0; ifc->nb_streams-1, c->streams[c->fc->nb_streams-1]->edit_count); - return 0; + for(i=0; ifc->nb_streams-1, c->streams[c->fc->nb_streams-1]->edit_count); + return 0; } static const MOVParseTableEntry mov_default_parse_table[] = {