diff --git a/libavcodec/parser.c b/libavcodec/parser.c index 00356b10e5668c1fff3fd4ce29b17076f29d7153..c32934d0720473c6d82cb31c81b01990de37564f 100644 --- a/libavcodec/parser.c +++ b/libavcodec/parser.c @@ -123,8 +123,8 @@ int av_parser_parse(AVCodecParserContext *s, 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 @@ int av_parser_parse(AVCodecParserContext *s, /* 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;