# HG changeset patch # User bcoudurier # Date 1206095989 0 # Node ID 1306bdb603c3a7bdb820e66b75062dbeef46ffdd # Parent 06e340adefb897546b58d46bc130dc61e2cd460b indentation diff -r 06e340adefb8 -r 1306bdb603c3 mov.c --- a/mov.c Thu Mar 20 18:48:50 2008 +0000 +++ b/mov.c Fri Mar 21 10:39:49 2008 +0000 @@ -132,10 +132,10 @@ /* those functions parse an atom */ /* return code: - 1: found what I wanted, exit - 0: continue to parse next atom + 1: found what I wanted, exit + 0: continue to parse next atom -1: error occured, exit - */ +*/ /* links atom IDs to parse functions */ typedef struct MOVParseTableEntry { uint32_t type; @@ -1565,7 +1565,7 @@ err = mov_read_default(mov, pb, atom); if (err<0 || (!mov->found_moov && !mov->found_mdat)) { av_log(s, AV_LOG_ERROR, "mov: header not found !!! (err:%d, moov:%d, mdat:%d) pos:%"PRId64"\n", - err, mov->found_moov, mov->found_mdat, url_ftell(pb)); + err, mov->found_moov, mov->found_mdat, url_ftell(pb)); return -1; } dprintf(mov->fc, "on_parse_exit_offset=%d\n", (int) url_ftell(pb));