# HG changeset patch # User michael # Date 1212376240 0 # Node ID ddbc1767b7cd3688866349e70be450612831b1d1 # Parent 4257fdcf664ec30d9773b952cde447da3d6c6e05 indent diff -r 4257fdcf664e -r ddbc1767b7cd parser.c --- a/parser.c Mon Jun 02 03:10:00 2008 +0000 +++ b/parser.c Mon Jun 02 03:10:40 2008 +0000 @@ -123,8 +123,8 @@ s->cur_frame_dts[k] = dts; } - if (s->fetch_timestamp){ - s->fetch_timestamp=0; + if (s->fetch_timestamp){ + s->fetch_timestamp=0; s->last_pts = s->pts; s->last_dts = s->dts; s->dts= s->pts= AV_NOPTS_VALUE; @@ -150,7 +150,7 @@ /* offset of the next frame */ s->next_frame_offset = s->cur_offset + index; - s->fetch_timestamp=1; + s->fetch_timestamp=1; } if (index < 0) index = 0;